Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25886
b: refs/heads/master
c: f1233ab
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Apr 18, 2006
1 parent a79f410 commit 7eec761
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 6fa679fdea22cd96287d4aa11ee771bcd46c6dfb
refs/heads/master: f1233ab2cebb22a98df55de206a33a6693e3a78b
1 change: 1 addition & 0 deletions trunk/arch/x86_64/ia32/ia32entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -694,4 +694,5 @@ ia32_sys_call_table:
.quad compat_sys_get_robust_list
.quad sys_splice
.quad sys_sync_file_range
.quad sys_tee
ia32_syscall_end:
4 changes: 3 additions & 1 deletion trunk/include/asm-x86_64/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,10 @@ __SYSCALL(__NR_get_robust_list, sys_get_robust_list)
__SYSCALL(__NR_splice, sys_splice)
#define __NR_tee 276
__SYSCALL(__NR_tee, sys_tee)
#define __NR_sync_file_range 277
__SYSCALL(__NR_sync_file_range, sys_sync_file_range)

#define __NR_syscall_max __NR_tee
#define __NR_syscall_max __NR_sync_file_range

#ifndef __NO_STUBS

Expand Down

0 comments on commit 7eec761

Please sign in to comment.