diff options
Diffstat (limited to 'include/features.h')
-rw-r--r-- | include/features.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/features.h b/include/features.h index f13a76f19..bd97d38f9 100644 --- a/include/features.h +++ b/include/features.h @@ -446,4 +446,8 @@ uClibc was built without large file support enabled. # define __linux__ 1 #endif +/* Disable __user, which shows up in 2.6.x include asm headers + * that get pulled in by signal.h */ +#define __user + #endif /* features.h */ |