repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 6.13-rc4
[linux.git]
/
arch
/
openrisc
/
include
/
asm
/
unistd.h
blob
c73f65e18d3b69bbb5b2210374ba4d56085aa1c5
1
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2
3
#define __ARCH_WANT_STAT64
4
#define __ARCH_WANT_SYS_FORK
5
#define __ARCH_WANT_SYS_CLONE
6
#define __ARCH_WANT_TIME32_SYSCALLS
7
8
#include <uapi/asm/unistd.h>