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
26bbfda8
Commit
26bbfda8
authored
May 14, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Wire up signalfd/timerfd/eventfd syscalls.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
fce692e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
arch/sh/kernel/syscalls.S
arch/sh/kernel/syscalls.S
+3
-0
include/asm-sh/unistd.h
include/asm-sh/unistd.h
+4
-1
No files found.
arch/sh/kernel/syscalls.S
View file @
26bbfda8
...
...
@@ -355,3 +355,6 @@ ENTRY(sys_call_table)
.
long
sys_getcpu
.
long
sys_epoll_pwait
.
long
sys_utimensat
/*
320
*/
.
long
sys_signalfd
.
long
sys_timerfd
.
long
sys_eventfd
include/asm-sh/unistd.h
View file @
26bbfda8
...
...
@@ -329,8 +329,11 @@
#define __NR_getcpu 318
#define __NR_epoll_pwait 319
#define __NR_utimensat 320
#define __NR_signalfd 321
#define __NR_timerfd 322
#define __NR_eventfd 323
#define NR_syscalls 32
1
#define NR_syscalls 32
4
#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