Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218919
b: refs/heads/master
c: caf9619
h: refs/heads/master
i:
  218917: bf80a27
  218915: ef9629e
  218911: 1fc4750
v: v3
  • Loading branch information
Kyle McMartin committed Oct 14, 2010
1 parent a4ca5ef commit d5a2b98
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: c442ef96bfe1a981d44dd09d49a1eed93b94e82a
refs/heads/master: caf96194c05cd97ce96546fbcb1f35ec06aaaac7
3 changes: 2 additions & 1 deletion trunk/arch/parisc/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -813,8 +813,9 @@
#define __NR_perf_event_open (__NR_Linux + 318)
#define __NR_recvmmsg (__NR_Linux + 319)
#define __NR_accept4 (__NR_Linux + 320)
#define __NR_prlimit64 (__NR_Linux + 321)

#define __NR_Linux_syscalls (__NR_accept4 + 1)
#define __NR_Linux_syscalls (__NR_prlimit64 + 1)


#define __IGNORE_select /* newselect */
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/parisc/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@
ENTRY_SAME(perf_event_open)
ENTRY_COMP(recvmmsg)
ENTRY_SAME(accept4) /* 320 */
ENTRY_SAME(prlimit64)

/* Nothing yet */

Expand Down

0 comments on commit d5a2b98

Please sign in to comment.