Explorar o código

- make sure __user is defined when including kernel's sigcontext.h

Bernhard Reutner-Fischer %!s(int64=16) %!d(string=hai) anos
pai
achega
c5edfea211
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      libc/sysdeps/linux/common/bits/sigcontext.h

+ 3 - 0
libc/sysdeps/linux/common/bits/sigcontext.h

@@ -25,5 +25,8 @@
    we need sigcontext.  */
 # define sigcontext_struct sigcontext
 
+# ifndef __user
+# define __user
+# endif
 # include <asm/sigcontext.h>
 #endif