]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/asm-generic/unistd.h
0501fa3f783ddbc55ed1b12503a4dfaf4cbce6b0
[karo-tx-linux.git] / include / asm-generic / unistd.h
1 #include <uapi/asm-generic/unistd.h>
2
3 /*
4  * These are required system calls, we should
5  * invert the logic eventually and let them
6  * be selected by default.
7  */
8 #if __BITS_PER_LONG == 32
9 #define __ARCH_WANT_STAT64
10 #define __ARCH_WANT_SYS_LLSEEK
11 #endif