1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* 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.
This commit is contained in:
Roland McGrath
2000-04-02 20:15:54 +00:00
parent c2c67d1499
commit e1724cd7ef
2 changed files with 12 additions and 8 deletions

View File

@ -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