Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18982
b: refs/heads/master
c: 3213e91
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and Linus Torvalds committed Jan 19, 2006
1 parent 7dbd104 commit 053f19f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f72949f679df06021c9e43886c9191494fdb007
refs/heads/master: 3213e913b0d6baeb28aa1affbdd4bfa7efedc35f
2 changes: 2 additions & 0 deletions trunk/arch/i386/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,5 @@ ENTRY(sys_call_table)
.long sys_readlinkat /* 305 */
.long sys_fchmodat
.long sys_faccessat
.long sys_pselect6
.long sys_ppoll
4 changes: 3 additions & 1 deletion trunk/include/asm-i386/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,10 @@
#define __NR_readlinkat 305
#define __NR_fchmodat 306
#define __NR_faccessat 307
#define __NR_pselect6 308
#define __NR_ppoll 309

#define NR_syscalls 308
#define NR_syscalls 310

/*
* user-visible error numbers are in the range -1 - -128: see
Expand Down

0 comments on commit 053f19f

Please sign in to comment.