mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump): Fix completely broken impleentation. The second parameter is of type struct ucontext*. * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Always inline. * sysdeps/i386/i686/dl-hash.h: Don't inline _dl_elf_hash. * sysdeps/generic/dl-hash.h: Likewise. * sysdeps/generic/memcmp.c: Remove inline from memcmp_common_alignment and memcmp_not_common_alignment definition.
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
|
||||
#ifdef __NR_timer_getoverrun
|
||||
# ifndef __ASSUME_POSIX_TIMERS
|
||||
static int compat_timer_getoverrun (timer_t timerid);
|
||||
# define timer_getoverrun static compat_timer_getoverrun
|
||||
# include <nptl/sysdeps/pthread/timer_getoverr.c>
|
||||
# undef timer_getoverrun
|
||||
|
Reference in New Issue
Block a user