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
21ec4c64
Commit
21ec4c64
authored
May 09, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Wire up utimensat syscall.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
f6a3c1ca
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
arch/sh/kernel/syscalls.S
arch/sh/kernel/syscalls.S
+1
-0
include/asm-sh/unistd.h
include/asm-sh/unistd.h
+3
-2
No files found.
arch/sh/kernel/syscalls.S
View file @
21ec4c64
...
...
@@ -354,3 +354,4 @@ ENTRY(sys_call_table)
.
long
sys_move_pages
.
long
sys_getcpu
.
long
sys_epoll_pwait
.
long
sys_utimensat
/*
320
*/
include/asm-sh/unistd.h
View file @
21ec4c64
...
...
@@ -328,8 +328,9 @@
#define __NR_move_pages 317
#define __NR_getcpu 318
#define __NR_epoll_pwait 319
#define __NR_utimensat 320
#define NR_syscalls 32
0
#define NR_syscalls 32
1
#ifdef __KERNEL__
...
...
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