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
e341f63d
Commit
e341f63d
authored
Jan 18, 2004
by
Andrew Morton
Committed by
Linus Torvalds
Jan 18, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ppc64: correct epoll syscall names
From: Anton Blanchard <anton@samba.org> correct epoll syscall names
parent
e3ffaf40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/asm-ppc64/unistd.h
include/asm-ppc64/unistd.h
+3
-3
No files found.
include/asm-ppc64/unistd.h
View file @
e341f63d
...
@@ -246,9 +246,9 @@
...
@@ -246,9 +246,9 @@
#define __NR_fadvise64 233
#define __NR_fadvise64 233
#define __NR_exit_group 234
#define __NR_exit_group 234
#define __NR_lookup_dcookie 235
#define __NR_lookup_dcookie 235
#define __NR_
sys_
epoll_create 236
#define __NR_epoll_create 236
#define __NR_
sys_epoll_ctl
237
#define __NR_
epoll_ctl
237
#define __NR_
sys_epoll_wait
238
#define __NR_
epoll_wait
238
#define __NR_remap_file_pages 239
#define __NR_remap_file_pages 239
#define __NR_timer_create 240
#define __NR_timer_create 240
#define __NR_timer_settime 241
#define __NR_timer_settime 241
...
...
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