blob: cdf904265caf3913e98d865df1f7b96870a4b765 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
David Howells8a1ab312012-10-04 18:20:15 +01002#include <uapi/asm-generic/unistd.h>
Rusty Russellb92021b2013-03-15 15:04:17 +10303#include <linux/export.h>
Arnd Bergmanne64a1612009-05-13 22:56:28 +00004
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