diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-06 09:06:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-06 09:06:27 +0000 |
commit | 45507acdf50dee10d0676e4847f49708989843b6 (patch) | |
tree | 8f1dc7c137683d40f89208f880552ecfa0fd8aa4 /stdlib/fpioconst.c | |
parent | 217da8c7d0a367dff59dfa684b1a3fe8b8b2c619 (diff) | |
download | glibc-45507acdf50dee10d0676e4847f49708989843b6.zip glibc-45507acdf50dee10d0676e4847f49708989843b6.tar.gz glibc-45507acdf50dee10d0676e4847f49708989843b6.tar.bz2 |
Update.
* stdlib/fpioconst.c (__tens): Export also for 64bit platforms.
Diffstat (limited to 'stdlib/fpioconst.c')
-rw-r--r-- | stdlib/fpioconst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/fpioconst.c b/stdlib/fpioconst.c index 67c42ed..50d4537 100644 --- a/stdlib/fpioconst.c +++ b/stdlib/fpioconst.c @@ -231,7 +231,7 @@ const mp_limb_t __tens[] = /* Table with constants of 10^(2^i), i=0..12 for 64-bit limbs. */ -static const mp_limb_t __tens[] = +const mp_limb_t __tens[] = { #define TENS_P0_IDX 0 #define TENS_P0_SIZE 2 |