Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
957dc87c
Commit
957dc87c
authored
Sep 26, 2006
by
Andi Kleen
Committed by
Andi Kleen
Sep 26, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Add ppoll/pselect syscalls
Needed TIF_RESTORE_SIGMASK first Signed-off-by:
Andi Kleen
<
ak@suse.de
>
parent
1d001df1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
arch/x86_64/ia32/ia32entry.S
arch/x86_64/ia32/ia32entry.S
+2
-2
include/asm-x86_64/unistd.h
include/asm-x86_64/unistd.h
+2
-2
No files found.
arch/x86_64/ia32/ia32entry.S
View file @
957dc87c
...
...
@@ -703,8 +703,8 @@ ia32_sys_call_table:
.
quad
sys_readlinkat
/*
305
*/
.
quad
sys_fchmodat
.
quad
sys_faccessat
.
quad
quiet_ni_syscall
/*
pselect6
for
now
*/
.
quad
quiet_ni_syscall
/*
ppoll
for
now
*/
.
quad
compat_sys_pselect6
.
quad
compat_sys_ppoll
.
quad
sys_unshare
/*
310
*/
.
quad
compat_sys_set_robust_list
.
quad
compat_sys_get_robust_list
...
...
include/asm-x86_64/unistd.h
View file @
957dc87c
...
...
@@ -600,9 +600,9 @@ __SYSCALL(__NR_fchmodat, sys_fchmodat)
#define __NR_faccessat 269
__SYSCALL
(
__NR_faccessat
,
sys_faccessat
)
#define __NR_pselect6 270
__SYSCALL
(
__NR_pselect6
,
sys_
ni_syscall
)
/* for now */
__SYSCALL
(
__NR_pselect6
,
sys_
pselect6
)
#define __NR_ppoll 271
__SYSCALL
(
__NR_ppoll
,
sys_
ni_syscall
)
/* for now */
__SYSCALL
(
__NR_ppoll
,
sys_
ppoll
)
#define __NR_unshare 272
__SYSCALL
(
__NR_unshare
,
sys_unshare
)
#define __NR_set_robust_list 273
...
...
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