From 7b6c8a1adcc37cf02e6fcc90e342e05f99f6b89a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 2 Jan 2004 11:59:28 +0000 Subject: Cope with 2.6.x headers --- include/features.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/features.h') 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 */ -- cgit v1.2.3