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
4ed78009
Commit
4ed78009
authored
Aug 11, 2014
by
Geert Uytterhoeven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m68k: Wire up memfd_create
Signed-off-by:
Geert Uytterhoeven
<
geert@linux-m68k.org
>
parent
16d7b8b9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
arch/m68k/include/asm/unistd.h
arch/m68k/include/asm/unistd.h
+1
-1
arch/m68k/include/uapi/asm/unistd.h
arch/m68k/include/uapi/asm/unistd.h
+1
-0
arch/m68k/kernel/syscalltable.S
arch/m68k/kernel/syscalltable.S
+1
-0
No files found.
arch/m68k/include/asm/unistd.h
View file @
4ed78009
...
...
@@ -4,7 +4,7 @@
#include <uapi/asm/unistd.h>
#define NR_syscalls 35
3
#define NR_syscalls 35
4
#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_OLD_STAT
...
...
arch/m68k/include/uapi/asm/unistd.h
View file @
4ed78009
...
...
@@ -358,5 +358,6 @@
#define __NR_sched_getattr 350
#define __NR_renameat2 351
#define __NR_getrandom 352
#define __NR_memfd_create 353
#endif
/* _UAPI_ASM_M68K_UNISTD_H_ */
arch/m68k/kernel/syscalltable.S
View file @
4ed78009
...
...
@@ -373,4 +373,5 @@ ENTRY(sys_call_table)
.
long
sys_sched_getattr
/*
350
*/
.
long
sys_renameat2
.
long
sys_getrandom
.
long
sys_memfd_create
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