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
ff80c66a
Commit
ff80c66a
authored
Feb 18, 2008
by
Kyle McMartin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PARISC] wire up timerfd syscalls
Signed-off-by:
Kyle McMartin
<
kyle@parisc-linux.org
>
parent
0cb845ec
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
arch/parisc/kernel/syscall_table.S
arch/parisc/kernel/syscall_table.S
+3
-0
include/asm-parisc/unistd.h
include/asm-parisc/unistd.h
+3
-0
No files found.
arch/parisc/kernel/syscall_table.S
View file @
ff80c66a
...
...
@@ -404,6 +404,9 @@
ENTRY_SAME
(
ni_syscall
)
/*
was
timerfd
*/
ENTRY_SAME
(
eventfd
)
ENTRY_COMP
(
fallocate
)
/*
305
*/
ENTRY_SAME
(
timerfd_create
)
ENTRY_COMP
(
timerfd_settime
)
ENTRY_COMP
(
timerfd_gettime
)
/
*
Nothing
yet
*/
...
...
include/asm-parisc/unistd.h
View file @
ff80c66a
...
...
@@ -798,6 +798,9 @@
#define __NR_timerfd (__NR_Linux + 303)
#define __NR_eventfd (__NR_Linux + 304)
#define __NR_fallocate (__NR_Linux + 305)
#define __NR_timerfd_create (__NR_Linux + 306)
#define __NR_timerfd_settime (__NR_Linux + 307)
#define __NR_timerfd_gettime (__NR_Linux + 308)
#define __NR_Linux_syscalls (__NR_fallocate + 1)
...
...
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