Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
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
Hide 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
...
...
@@ -85,7 +85,7 @@
#define __NR_sigpending 73
#define __NR_sethostname 74
#define __NR_setrlimit 75
#define __NR_getrlimit
76
/* Back compatible 2Gig limited rlimit */
#define __NR_getrlimit 76
/* Back compatible 2Gig limited rlimit */
#define __NR_getrusage 77
#define __NR_gettimeofday 78
#define __NR_settimeofday 79
...
...
@@ -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