diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-07 15:41:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-07 15:41:36 +0000 |
commit | 6916c5e1fa03596836767d10648a26eff9d6a8e2 (patch) | |
tree | 1afe49cb8c8096ab7f32754c90581d5961bf14d6 /libc.map | |
parent | 4bca4c174852bfc348f99e85684fc8f65631d125 (diff) | |
download | glibc-6916c5e1fa03596836767d10648a26eff9d6a8e2.tar.gz glibc-6916c5e1fa03596836767d10648a26eff9d6a8e2.tar.xz glibc-6916c5e1fa03596836767d10648a26eff9d6a8e2.zip |
Update.
1998-04-07 17:50 Zack Weinberg <zack@rabi.phys.columbia.edu> * glibcbug.in: Report version of gcc in use. Remove unused variable ENVIRONMENT. 1998-04-07 Gordon Matzigkeit <gord@profitpress.com> * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not `-print-file-name' to find as and ld. 1998-04-07 Ulrich Drepper <drepper@cygnus.com> * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case template is wrong. Remove unused varaible `ignored'. 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de> * libc.map: Export __libc_sa_len. * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
Diffstat (limited to 'libc.map')
-rw-r--r-- | libc.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc.map b/libc.map index 0135d5762c..31d6d9c892 100644 --- a/libc.map +++ b/libc.map @@ -436,7 +436,7 @@ GLIBC_2.1 { getdate_err; in6addr_any; in6addr_loopback; # functions used in inline functions or macros - __signbit; __signbitf; __signbitl; + __signbit; __signbitf; __signbitl; __libc_sa_len; # functions used in other libraries _IO_fclose; _IO_fopen; _IO_fdopen; |