Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186463
b: refs/heads/master
c: 81e4a5e
h: refs/heads/master
i:
  186461: 123c8bc
  186459: 33a7dbf
  186455: 53c2c35
  186447: a690b1c
  186431: 4d345f0
v: v3
  • Loading branch information
Kyle McMartin authored and Kyle McMartin committed Mar 6, 2010
1 parent 40b4c2b commit 685a8a8
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: 9ceb38e6b691debe4bf04cb63165c503a8556177
refs/heads/master: 81e4a5e3057740a625cf556879ae0becf6199f8c
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 @@ -812,8 +812,9 @@
#define __NR_rt_tgsigqueueinfo (__NR_Linux + 317)
#define __NR_perf_event_open (__NR_Linux + 318)
#define __NR_recvmmsg (__NR_Linux + 319)
#define __NR_accept4 (__NR_Linux + 320)

#define __NR_Linux_syscalls (__NR_recvmmsg + 1)
#define __NR_Linux_syscalls (__NR_accept4 + 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 @@ -418,6 +418,7 @@
ENTRY_COMP(rt_tgsigqueueinfo)
ENTRY_SAME(perf_event_open)
ENTRY_COMP(recvmmsg)
ENTRY_SAME(accept4) /* 320 */

/* Nothing yet */

Expand Down

0 comments on commit 685a8a8

Please sign in to comment.