diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/ia64/bits/sigcontext.h | 2 | ||||
-rw-r--r-- | libc/sysdeps/linux/ia64/sys/ucontext.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/ia64/bits/sigcontext.h b/libc/sysdeps/linux/ia64/bits/sigcontext.h index 97410db87..6c2b521cd 100644 --- a/libc/sysdeps/linux/ia64/bits/sigcontext.h +++ b/libc/sysdeps/linux/ia64/bits/sigcontext.h @@ -24,6 +24,8 @@ #ifndef _BITS_SIGCONTEXT_H #define _BITS_SIGCONTEXT_H 1 +#define __need_size_t +#include <stddef.h> #include <bits/sigstack.h> struct ia64_fpreg diff --git a/libc/sysdeps/linux/ia64/sys/ucontext.h b/libc/sysdeps/linux/ia64/sys/ucontext.h index 852500750..ef5656717 100644 --- a/libc/sysdeps/linux/ia64/sys/ucontext.h +++ b/libc/sysdeps/linux/ia64/sys/ucontext.h @@ -31,7 +31,7 @@ typedef struct sigcontext mcontext_t; -#if defined __cplusplus && __GNUC_PREREQ (3, 5) +#if __GNUC_PREREQ (3, 5) # define _SC_GR0_OFFSET \ __builtin_offsetof (struct sigcontext, sc_gr[0]) #elif defined __GNUC__ |