diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-04 09:29:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-04 09:29:39 +0000 |
commit | a2b934be254cad6c725baf738f0d97df985522c6 (patch) | |
tree | 11c9280fa0c9480cb4bf74a0a2d5432493bfafa1 /stdio-common/vfprintf.c | |
parent | 55f3aaff8c2a31288f9dde795b63b95d04fca341 (diff) | |
download | glibc-a2b934be254cad6c725baf738f0d97df985522c6.tar.gz glibc-a2b934be254cad6c725baf738f0d97df985522c6.tar.xz glibc-a2b934be254cad6c725baf738f0d97df985522c6.zip |
* stdio-common/vfprintf.c [USE_IN_LIBIO] (size_t): Don't define as cvs/libc-960604
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.
Diffstat (limited to 'stdio-common/vfprintf.c')
-rw-r--r-- | stdio-common/vfprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index b27bc493ad..8031b99ae9 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -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 |