Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207168
b: refs/heads/master
c: b51cae2
h: refs/heads/master
v: v3
  • Loading branch information
Chris Metcalf committed Jun 25, 2010
1 parent 627dc00 commit e4b49d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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: 9c78965ca18594fe0a34a1a1b13781b10f85e4bc
refs/heads/master: b51cae21ee66f77a368428e6bdf75a0c012c9fd7
9 changes: 6 additions & 3 deletions trunk/include/asm-generic/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,11 @@ __SYSCALL(__NR_recvmmsg, sys_recvmmsg)
*/
#define __NR_arch_specific_syscall 244

#define __NR_wait4 260
__SYSCALL(__NR_wait4, sys_wait4)

#undef __NR_syscalls
#define __NR_syscalls 260
#define __NR_syscalls 261

/*
* All syscalls below here should go away really,
Expand Down Expand Up @@ -776,8 +779,8 @@ __SYSCALL(__NR_epoll_wait, sys_epoll_wait)
__SYSCALL(__NR_ustat, sys_ustat)
#define __NR_vfork 1071
__SYSCALL(__NR_vfork, sys_vfork)
#define __NR_wait4 1072
__SYSCALL(__NR_wait4, sys_wait4)
#define __NR_oldwait4 1072
__SYSCALL(__NR_oldwait4, sys_wait4)
#define __NR_recv 1073
__SYSCALL(__NR_recv, sys_recv)
#define __NR_send 1074
Expand Down
1 change: 0 additions & 1 deletion trunk/scripts/checksyscalls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ cat << EOF
#define __IGNORE_ustat /* statfs */
#define __IGNORE_utime /* utimes */
#define __IGNORE_vfork /* clone */
#define __IGNORE_wait4 /* waitid */
/* sync_file_range had a stupid ABI. Allow sync_file_range2 instead */
#ifdef __NR_sync_file_range2
Expand Down

0 comments on commit e4b49d4

Please sign in to comment.