Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19996
b: refs/heads/master
c: 2da436e
h: refs/heads/master
v: v3
  • Loading branch information
JANAK DESAI authored and Linus Torvalds committed Feb 8, 2006
1 parent acaefc6 commit df7c776
Show file tree
Hide file tree
Showing 3 changed files with 4 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: a016f3389c06606dd80e687942ff3c71d41823c4
refs/heads/master: 2da436e00f9a5fdd0fb6b31e4b2b2ba82e8f5ab8
1 change: 1 addition & 0 deletions trunk/arch/i386/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,4 @@ ENTRY(sys_call_table)
.long sys_faccessat
.long sys_pselect6
.long sys_ppoll
.long sys_unshare /* 310 */
3 changes: 2 additions & 1 deletion trunk/include/asm-i386/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,9 @@
#define __NR_faccessat 307
#define __NR_pselect6 308
#define __NR_ppoll 309
#define __NR_unshare 310

#define NR_syscalls 310
#define NR_syscalls 311

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

0 comments on commit df7c776

Please sign in to comment.