Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
David Howells | 8a1ab31 | 2012-10-04 18:20:15 +0100 | [diff] [blame] | 2 | #include <uapi/asm-generic/unistd.h> |
Rusty Russell | b92021b | 2013-03-15 15:04:17 +1030 | [diff] [blame] | 3 | #include <linux/export.h> |
Arnd Bergmann | e64a1617 | 2009-05-13 22:56:28 +0000 | [diff] [blame] | 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 |