diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-24 20:29:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-24 20:29:05 +0000 |
commit | 21ee716616e7d55f19ce8643f12954145769d588 (patch) | |
tree | 93ccfddf2d13be2946c94df1a8dd5ff74640f387 /elf | |
parent | 1d234146c04ec6a6bad50e6d1bf74cf6ff189e7a (diff) | |
download | glibc-21ee716616e7d55f19ce8643f12954145769d588.tar glibc-21ee716616e7d55f19ce8643f12954145769d588.tar.gz glibc-21ee716616e7d55f19ce8643f12954145769d588.tar.bz2 glibc-21ee716616e7d55f19ce8643f12954145769d588.zip |
Tue Oct 24 15:22:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* 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 <drepper@ipd.info.uni-karlsruhe.de>
* 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.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/rtld.c | 4 |
1 files changed, 1 insertions, 3 deletions
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 <stddef.h> #include <stdlib.h> #include <unistd.h> -#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) |