From 25288a6fccf1c2bf2114247f2e858ac22902f87f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Nov 2002 07:36:45 +0000 Subject: Make sure we have __linux__ defined --- include/features.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/features.h') diff --git a/include/features.h b/include/features.h index f5fd52163..d00222125 100644 --- a/include/features.h +++ b/include/features.h @@ -430,5 +430,8 @@ uClibc was built without large file support enabled. #endif /* _LIBC only stuff */ +#ifndef __linux__ +# define __linux__ 1 +#endif #endif /* features.h */ -- cgit v1.2.3