Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87394
b: refs/heads/master
c: ff80c66
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin committed Mar 16, 2008
1 parent 74ee6f8 commit 28d8321
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0cb845ec3719c4cc13cedb3f86002c37c50aff0a
refs/heads/master: ff80c66ab637df825122558d1f3f3cbdd830f962
3 changes: 3 additions & 0 deletions trunk/arch/parisc/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,9 @@
ENTRY_SAME(ni_syscall) /* was timerfd */
ENTRY_SAME(eventfd)
ENTRY_COMP(fallocate) /* 305 */
ENTRY_SAME(timerfd_create)
ENTRY_COMP(timerfd_settime)
ENTRY_COMP(timerfd_gettime)

/* Nothing yet */

Expand Down
3 changes: 3 additions & 0 deletions trunk/include/asm-parisc/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,9 @@
#define __NR_timerfd (__NR_Linux + 303)
#define __NR_eventfd (__NR_Linux + 304)
#define __NR_fallocate (__NR_Linux + 305)
#define __NR_timerfd_create (__NR_Linux + 306)
#define __NR_timerfd_settime (__NR_Linux + 307)
#define __NR_timerfd_gettime (__NR_Linux + 308)

#define __NR_Linux_syscalls (__NR_fallocate + 1)

Expand Down

0 comments on commit 28d8321

Please sign in to comment.