unistd.h (498495dba268b20e8eadd7fe93c140c68b6cc9d2) | unistd.h (d2cc708775f89e5ae12e00c026136828c20298f5) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2#ifndef _UAPI_ASM_M68K_UNISTD_H_ 3#define _UAPI_ASM_M68K_UNISTD_H_ 4 5/* 6 * This file contains the system call numbers. 7 */ 8 --- 373 unchanged lines hidden (view full) --- 382#define __NR_userfaultfd 373 383#define __NR_membarrier 374 384#define __NR_mlock2 375 385#define __NR_copy_file_range 376 386#define __NR_preadv2 377 387#define __NR_pwritev2 378 388#define __NR_statx 379 389 | 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2#ifndef _UAPI_ASM_M68K_UNISTD_H_ 3#define _UAPI_ASM_M68K_UNISTD_H_ 4 5/* 6 * This file contains the system call numbers. 7 */ 8 --- 373 unchanged lines hidden (view full) --- 382#define __NR_userfaultfd 373 383#define __NR_membarrier 374 384#define __NR_mlock2 375 385#define __NR_copy_file_range 376 386#define __NR_preadv2 377 387#define __NR_pwritev2 378 388#define __NR_statx 379 389 |
390#ifdef __KERNEL__ 391#define __NR_syscalls 380 392#endif 393 |
|
390#endif /* _UAPI_ASM_M68K_UNISTD_H_ */ | 394#endif /* _UAPI_ASM_M68K_UNISTD_H_ */ |