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
16d7b8b9
Commit
16d7b8b9
authored
Aug 11, 2014
by
Geert Uytterhoeven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m68k: Wire up getrandom
Signed-off-by:
Geert Uytterhoeven
<
geert@linux-m68k.org
>
parent
69e273c0
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 @
16d7b8b9
...
...
@@ -4,7 +4,7 @@
#include <uapi/asm/unistd.h>
#define NR_syscalls 35
2
#define NR_syscalls 35
3
#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_OLD_STAT
...
...
arch/m68k/include/uapi/asm/unistd.h
View file @
16d7b8b9
...
...
@@ -357,5 +357,6 @@
#define __NR_sched_setattr 349
#define __NR_sched_getattr 350
#define __NR_renameat2 351
#define __NR_getrandom 352
#endif
/* _UAPI_ASM_M68K_UNISTD_H_ */
arch/m68k/kernel/syscalltable.S
View file @
16d7b8b9
...
...
@@ -372,4 +372,5 @@ ENTRY(sys_call_table)
.
long
sys_sched_setattr
.
long
sys_sched_getattr
/*
350
*/
.
long
sys_renameat2
.
long
sys_getrandom
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