svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

aldot at uclibc.org aldot at uclibc.org
Thu Jan 22 08:49:57 UTC 2009


Author: aldot
Date: 2009-01-22 08:49:56 +0000 (Thu, 22 Jan 2009)
New Revision: 24954

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


Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/sigcontext.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/sigcontext.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/sigcontext.h	2009-01-22 08:09:53 UTC (rev 24953)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/sigcontext.h	2009-01-22 08:49:56 UTC (rev 24954)
@@ -25,5 +25,8 @@
    we need sigcontext.  */
 # define sigcontext_struct sigcontext
 
+# ifndef __user
+# define __user
+# endif
 # include <asm/sigcontext.h>
 #endif



More information about the uClibc-cvs mailing list