diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/features.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |