From c62f5cab71d973f3f36f167ac4ea2fd3ebbb43f5 Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Tue, 11 Jul 2000 19:30:53 +0000 Subject: * include/libc-symbols.h [!__ASSEMBLER__] (strong_alias): Add extra level of macro expansion. [!__ASSEMBLER__ && HAVE_WEAK_SYMBOLS] (weak_alias): nLikewise. * sysdeps/generic/bp-thunks.h: Ensure `struct timeval' definition is available at the time `select' prototype is declared. * sysdeps/unix/make-syscalls.sh: Remove unused variables. Collect non-versioned weak aliases. Consider only non-versioned aliases for the user-visible systemcall name. Do checks inline with call to primitive system call. * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Add void cast to stand-alone bounds checks to suppress unused value warnings. * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise. 2000-07-11 Greg McGary * include/libc-symbols.h [!__ASSEMBLER__] (strong_alias): Add extra level of macro expansion. [!__ASSEMBLER__ && HAVE_WEAK_SYMBOLS] (weak_alias): nLikewise. * sysdeps/generic/bp-thunks.h: Ensure `struct timeval' definition is available at the time `select' prototype is declared. * sysdeps/unix/make-syscalls.sh: Remove unused variables. Collect non-versioned weak aliases. Consider only non-versioned aliases for the user-visible systemcall name. Do checks inline with call to primitive system call. * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Add void cast to stand-alone bounds checks to suppress unused value warnings. * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise. --- sysdeps/generic/bp-thunks.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sysdeps/generic/bp-thunks.h') diff --git a/sysdeps/generic/bp-thunks.h b/sysdeps/generic/bp-thunks.h index b036d6ab52..6a00e6b61c 100644 --- a/sysdeps/generic/bp-thunks.h +++ b/sysdeps/generic/bp-thunks.h @@ -31,12 +31,19 @@ #include #include #include + +/* Get `struct timeval' definition for select. */ +#define __need_timeval +#include + #include #include #include #include #include +#include #include + #include #include #include -- cgit v1.2.3