blob: cccc86ecfeaa505a6310f9168bbd71bb952cc8a3 [file] [log] [blame]
David Howells8a1ab312012-10-04 18:20:15 +01001#include <uapi/asm-generic/unistd.h>
Rusty Russellb92021b2013-03-15 15:04:17 +10302#include <linux/export.h>
Arnd Bergmanne64a1612009-05-13 22:56:28 +00003
4/*
5 * These are required system calls, we should
6 * invert the logic eventually and let them
7 * be selected by default.
8 */
9#if __BITS_PER_LONG == 32
10#define __ARCH_WANT_STAT64
11#define __ARCH_WANT_SYS_LLSEEK
12#endif