1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* stdio-common/vfprintf.c [USE_IN_LIBIO] (size_t): Don't define as

macro.  _IO_size_t is just an alias for the real size_t anyway.

	* elf/Makefile (libdl-routines): Add dladdr.
	* elf/dladdr.c: New file.
	* elf/dlfcn.h (Dl_info): New typedef.
	(dladdr): Declare it.
This commit is contained in:
Roland McGrath
1996-06-04 09:29:39 +00:00
parent 55f3aaff8c
commit a2b934be25
5 changed files with 107 additions and 2 deletions

View File

@ -85,7 +85,6 @@ ssize_t __wprintf_pad __P ((FILE *, wchar_t pad, size_t n));
# include <libioP.h>
# define PUTC(C, F) _IO_putc_unlocked (C, F)
# define vfprintf _IO_vfprintf
# define size_t _IO_size_t
# define FILE _IO_FILE
# define va_list _IO_va_list
# undef BUFSIZ