diff options
author | Roland McGrath <roland@gnu.org> | 2000-04-02 20:15:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-04-02 20:15:54 +0000 |
commit | e1724cd7ef4da860e8a1bfbe8adf0e0ec4d0e90f (patch) | |
tree | 223cacf51212f4205256775394a2cfb35a6f305d /stdio-common/tmpfile.c | |
parent | c2c67d149983beb753fab84034e5c54169978bc8 (diff) | |
download | glibc-e1724cd7ef4da860e8a1bfbe8adf0e0ec4d0e90f.tar glibc-e1724cd7ef4da860e8a1bfbe8adf0e0ec4d0e90f.tar.gz glibc-e1724cd7ef4da860e8a1bfbe8adf0e0ec4d0e90f.tar.bz2 glibc-e1724cd7ef4da860e8a1bfbe8adf0e0ec4d0e90f.zip |
* stdio-common/tmpfile.c [! USE_IN_LIBIO]: No alias needed,
since we define the function with the name `tmpfile'.
* mach/Versions: Define SHARED instead of PIC to affect shlib-compat.h.
* hurd/Versions: Likewise.
* elf/dl-runtime.c (fixup): Fix typo in comment.
* resolv/netdb.h (getnameinfo): All length parameters are of type
* elf/dl-init.c: Fix typo in comment.
anymore, update comment.
Diffstat (limited to 'stdio-common/tmpfile.c')
-rw-r--r-- | stdio-common/tmpfile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stdio-common/tmpfile.c b/stdio-common/tmpfile.c index c5151b8b87..b94c7ada6d 100644 --- a/stdio-common/tmpfile.c +++ b/stdio-common/tmpfile.c @@ -56,8 +56,4 @@ tmpfile (void) # undef tmpfile # include <shlib-compat.h> versioned_symbol (libc, __new_tmpfile, tmpfile, GLIBC_2_1); -# else -# ifdef weak_alias -weak_alias (__new_tmpfile, tmpfile) -# endif #endif |