]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/asm-generic/unistd.h
dmaengine: imx-sdma: fix size check for sdma script_number
[mirror_ubuntu-bionic-kernel.git] / include / asm-generic / unistd.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
8a1ab315 2#include <uapi/asm-generic/unistd.h>
b92021b0 3#include <linux/export.h>
e64a1617
AB
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