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
0be7d1fe
Commit
0be7d1fe
authored
Aug 09, 2008
by
Kyle McMartin
Committed by
Kyle McMartin
Oct 10, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: add new syscalls
Signed-off-by:
Kyle McMartin
<
kyle@mcmartin.ca
>
parent
089d5528
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
arch/parisc/include/asm/unistd.h
arch/parisc/include/asm/unistd.h
+8
-2
arch/parisc/kernel/syscall_table.S
arch/parisc/kernel/syscall_table.S
+6
-0
No files found.
arch/parisc/include/asm/unistd.h
View file @
0be7d1fe
...
...
@@ -801,8 +801,14 @@
#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_timerfd_gettime + 1)
#define __NR_signalfd4 (__NR_Linux + 309)
#define __NR_eventfd2 (__NR_Linux + 310)
#define __NR_epoll_create1 (__NR_Linux + 311)
#define __NR_dup3 (__NR_Linux + 312)
#define __NR_pipe2 (__NR_Linux + 313)
#define __NR_inotify_init1 (__NR_Linux + 314)
#define __NR_Linux_syscalls (__NR_inotify_init1 + 1)
#define __IGNORE_select
/* newselect */
...
...
arch/parisc/kernel/syscall_table.S
View file @
0be7d1fe
...
...
@@ -407,6 +407,12 @@
ENTRY_SAME
(
timerfd_create
)
ENTRY_COMP
(
timerfd_settime
)
ENTRY_COMP
(
timerfd_gettime
)
ENTRY_COMP
(
signalfd4
)
ENTRY_SAME
(
eventfd2
)
/*
310
*/
ENTRY_SAME
(
epoll_create1
)
ENTRY_SAME
(
dup3
)
ENTRY_SAME
(
pipe2
)
ENTRY_SAME
(
inotify_init1
)
/
*
Nothing
yet
*/
...
...
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