diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-18 23:30:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-18 23:30:58 +0000 |
commit | 74f4264b7d673232f8b1cb08161fc0ae58ef5b6c (patch) | |
tree | 1f0ccd047d1ae023cd572673cd109380219d422f /sysdeps/ieee754 | |
parent | 752b94f63eaa8a268ffb4930fbf5b4d464bc4601 (diff) | |
download | glibc-74f4264b7d673232f8b1cb08161fc0ae58ef5b6c.tar glibc-74f4264b7d673232f8b1cb08161fc0ae58ef5b6c.tar.gz glibc-74f4264b7d673232f8b1cb08161fc0ae58ef5b6c.tar.bz2 glibc-74f4264b7d673232f8b1cb08161fc0ae58ef5b6c.zip |
* sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c: Restore
attribute_hidden here.
Diffstat (limited to 'sysdeps/ieee754')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c b/sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c index 2281e099e0..6e26db2a24 100644 --- a/sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c +++ b/sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c @@ -1,5 +1,6 @@ #include "nldbl-compat.h" +attribute_hidden int dprintf (int d, const char *fmt, ...) { |