summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128ibm/strtold_l.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-08-09 10:29:35 +0000
committerRoland McGrath <roland@gnu.org>2007-08-09 10:29:35 +0000
commit9d75f89c668d86ea06052225bd4caf806394dc2c (patch)
tree505fb989c67452c2265ec905710c5ac523fd08b0 /sysdeps/ieee754/ldbl-128ibm/strtold_l.c
parent900bc6095a333b2e8f1bb062db2ff6dfcd9a0242 (diff)
Updated to fedora-glibc-20070809T0939cvs/fedora-glibc-2_6_90-5
Diffstat (limited to 'sysdeps/ieee754/ldbl-128ibm/strtold_l.c')
-rw-r--r--sysdeps/ieee754/ldbl-128ibm/strtold_l.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128ibm/strtold_l.c b/sysdeps/ieee754/ldbl-128ibm/strtold_l.c
index d558b00d4a..d84c0aee24 100644
--- a/sysdeps/ieee754/ldbl-128ibm/strtold_l.c
+++ b/sysdeps/ieee754/ldbl-128ibm/strtold_l.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2006, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -37,6 +37,9 @@ extern long double ____new_strtold_l (const char *, char **, __locale_t);
# define __STRTOF ____new_strtold_l
# define ____STRTOF_INTERNAL ____strtold_l_internal
#endif
+extern __typeof (__STRTOF) STRTOF;
+libc_hidden_proto (__STRTOF)
+libc_hidden_proto (STRTOF)
#define MPN2FLOAT __mpn_construct_long_double
#define FLOAT_HUGE_VAL HUGE_VALL
# define SET_MANTISSA(flt, mant) \