Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57754
b: refs/heads/master
c: 593af52
h: refs/heads/master
v: v3
  • Loading branch information
Helge Deller authored and Kyle McMartin committed May 27, 2007
1 parent fdd75e4 commit b1e9b56
Show file tree
Hide file tree
Showing 3 changed files with 17 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: 8c678b101a08a6543e62ab60aace93042456aa9d
refs/heads/master: 593af52aa63193ac331cc13bca2b5611b74ddf77
5 changes: 5 additions & 0 deletions trunk/arch/parisc/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,11 @@
ENTRY_COMP(statfs64)
ENTRY_COMP(fstatfs64)
ENTRY_COMP(kexec_load) /* 300 */
ENTRY_COMP(utimensat)
ENTRY_COMP(signalfd)
ENTRY_COMP(timerfd)
ENTRY_SAME(eventfd)

/* Nothing yet */

#undef ENTRY_SAME
Expand Down
12 changes: 11 additions & 1 deletion trunk/include/asm-parisc/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,18 @@
#define __NR_statfs64 (__NR_Linux + 298)
#define __NR_fstatfs64 (__NR_Linux + 299)
#define __NR_kexec_load (__NR_Linux + 300)
#define __NR_utimensat (__NR_Linux + 301)
#define __NR_signalfd (__NR_Linux + 302)
#define __NR_timerfd (__NR_Linux + 303)
#define __NR_eventfd (__NR_Linux + 304)

#define __NR_Linux_syscalls (__NR_eventfd + 1)


#define __IGNORE_select /* newselect */
#define __IGNORE_fadvise64 /* fadvise64_64 */
#define __IGNORE_utimes /* utime */

#define __NR_Linux_syscalls (__NR_kexec_load + 1)

#define HPUX_GATEWAY_ADDR 0xC0000004
#define LINUX_GATEWAY_ADDR 0x100
Expand Down

0 comments on commit b1e9b56

Please sign in to comment.