From 21ee716616e7d55f19ce8643f12954145769d588 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 24 Oct 1995 20:29:05 +0000 Subject: Tue Oct 24 15:22:58 1995 Roland McGrath * sysdeps/unix/configure.in: Check for fchdir syscall. Improve sed script to allow / on rhs without / on lhs. Thu Oct 19 03:47:32 1995 Ulrich Drepper * sysdeps/unix/sysv/linux/termbits.h: Don't define speed constants. * elf/rtld.c: Include _itoa.h from stdio-common instead of stdio. * sysdeps/unix/sysv/linux/select.S: New file. --- elf/rtld.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'elf/rtld.c') diff --git a/elf/rtld.c b/elf/rtld.c index d780fcb870..19f5439ed0 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -22,7 +22,7 @@ Cambridge, MA 02139, USA. */ #include #include #include -#include "../stdio/_itoa.h" +#include "../stdio-common/_itoa.h" #ifdef RTLD_START @@ -331,8 +331,6 @@ _dl_r_debug_state (void) If we are linked into the user program (-ldl), the normal __assert_fail defn can override this one. */ -#include "../stdio/_itoa.h" - void __assert_fail (const char *assertion, const char *file, unsigned int line, const char *function) -- cgit v1.2.3