1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* 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.
This commit is contained in:
Roland McGrath
2002-09-17 06:56:24 +00:00
parent 4874b009bd
commit 735d67f2f8
4 changed files with 69 additions and 6 deletions

View File

@ -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