OSDN Git Service

- make sure __user is defined when including kernel's sigcontext.h
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 22 Jan 2009 08:49:56 +0000 (08:49 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 22 Jan 2009 08:49:56 +0000 (08:49 -0000)
libc/sysdeps/linux/common/bits/sigcontext.h

index 67dcf94..35bf5bc 100644 (file)
@@ -25,5 +25,8 @@
    we need sigcontext.  */
 # define sigcontext_struct sigcontext
 
+# ifndef __user
+# define __user
+# endif
 # include <asm/sigcontext.h>
 #endif