summaryrefslogtreecommitdiff
path: root/stdio-common
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-04 09:29:39 +0000
committerRoland McGrath <roland@gnu.org>1996-06-04 09:29:39 +0000
commita2b934be254cad6c725baf738f0d97df985522c6 (patch)
tree11c9280fa0c9480cb4bf74a0a2d5432493bfafa1 /stdio-common
parent55f3aaff8c2a31288f9dde795b63b95d04fca341 (diff)
* stdio-common/vfprintf.c [USE_IN_LIBIO] (size_t): Don't define ascvs/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')
-rw-r--r--stdio-common/vfprintf.c1
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