diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-17 06:56:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-17 06:56:24 +0000 |
commit | 735d67f2f832234be907c48866edb821b76b87c4 (patch) | |
tree | b2867e0fa54f368e855226542d765c19d369b615 /elf | |
parent | 4874b009bd4c92e46bd9bd2be1d4c4e0a7c4516e (diff) | |
download | glibc-735d67f2f832234be907c48866edb821b76b87c4.zip glibc-735d67f2f832234be907c48866edb821b76b87c4.tar.gz glibc-735d67f2f832234be907c48866edb821b76b87c4.tar.bz2 |
* sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Add a cast.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
New macro.
* elf/rtld.c [HP_TIMING_NONAVAIL]: Fix last change for this case.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ _dl_start_final (void *arg, struct dl_start_final_info *info) /* If it hasn't happen yet record the startup time. */ if (! HP_TIMING_INLINE) HP_TIMING_NOW (start_time); -#ifndef DONT_USE_BOOTSTRAP_MAP +#if !defined DONT_USE_BOOTSTRAP_MAP && !defined HP_TIMING_NONAVAIL else start_time = info->start_time; #endif |