Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
bb550fd5
Commit
bb550fd5
authored
Oct 01, 2014
by
Max Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xtensa: add seccomp, getrandom, and memfd_create syscalls
Signed-off-by:
Max Filippov
<
jcmvbkbc@gmail.com
>
parent
7a0684cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
arch/xtensa/include/uapi/asm/unistd.h
arch/xtensa/include/uapi/asm/unistd.h
+8
-1
No files found.
arch/xtensa/include/uapi/asm/unistd.h
View file @
bb550fd5
...
@@ -742,7 +742,14 @@ __SYSCALL(335, sys_sched_getattr, 3)
...
@@ -742,7 +742,14 @@ __SYSCALL(335, sys_sched_getattr, 3)
#define __NR_renameat2 336
#define __NR_renameat2 336
__SYSCALL
(
336
,
sys_renameat2
,
5
)
__SYSCALL
(
336
,
sys_renameat2
,
5
)
#define __NR_syscall_count 337
#define __NR_seccomp 337
__SYSCALL
(
337
,
sys_seccomp
,
3
)
#define __NR_getrandom 338
__SYSCALL
(
338
,
sys_getrandom
,
3
)
#define __NR_memfd_create 339
__SYSCALL
(
339
,
sys_memfd_create
,
2
)
#define __NR_syscall_count 340
/*
/*
* sysxtensa syscall handler
* sysxtensa syscall handler
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment