11 lines
210 B
C
11 lines
210 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
#ifndef __ASM_UNISTD_H
|
|
#define __ASM_UNISTD_H
|
|
|
|
#include <uapi/asm/unistd.h>
|
|
|
|
#define __ARCH_WANT_STAT64
|
|
#define __ARCH_WANT_SET_GET_RLIMIT
|
|
|
|
#endif
|