]> asedeno.scripts.mit.edu Git - linux.git/blob - include/asm-generic/unistd.h
Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux.git] / include / asm-generic / unistd.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <uapi/asm-generic/unistd.h>
3 #include <linux/export.h>
4
5 /*
6  * These are required system calls, we should
7  * invert the logic eventually and let them
8  * be selected by default.
9  */
10 #if __BITS_PER_LONG == 32
11 #define __ARCH_WANT_STAT64
12 #define __ARCH_WANT_SYS_LLSEEK
13 #endif