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
nexedi
linux
Commits
e3b1ebd6
Commit
e3b1ebd6
authored
Mar 06, 2017
by
Geert Uytterhoeven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m68k: Wire up statx
Signed-off-by:
Geert Uytterhoeven
<
geert@linux-m68k.org
>
parent
3820ed47
Changes
3
Show 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 @
e3b1ebd6
...
...
@@ -4,7 +4,7 @@
#include <uapi/asm/unistd.h>
#define NR_syscalls 3
79
#define NR_syscalls 3
80
#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_OLD_STAT
...
...
arch/m68k/include/uapi/asm/unistd.h
View file @
e3b1ebd6
...
...
@@ -384,5 +384,6 @@
#define __NR_copy_file_range 376
#define __NR_preadv2 377
#define __NR_pwritev2 378
#define __NR_statx 379
#endif
/* _UAPI_ASM_M68K_UNISTD_H_ */
arch/m68k/kernel/syscalltable.S
View file @
e3b1ebd6
...
...
@@ -399,3 +399,4 @@ ENTRY(sys_call_table)
.
long
sys_copy_file_range
.
long
sys_preadv2
.
long
sys_pwritev2
.
long
sys_statx
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