From a2b934be254cad6c725baf738f0d97df985522c6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 4 Jun 1996 09:29:39 +0000 Subject: * 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. --- stdio-common/vfprintf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stdio-common') diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index b27bc49..8031b99 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 # 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 -- cgit v1.1