projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3547cdb
)
[XTENSA] Add getpgrp system-call to unistd.h
author
Chris Zankel
<chris@zankel.net>
Sat, 4 Aug 2007 16:20:43 +0000
(09:20 -0700)
committer
Chris Zankel
<chris@zankel.net>
Mon, 27 Aug 2007 20:53:00 +0000
(13:53 -0700)
Although __ARCH_WANT_SYS_GETPGRP was defined, the actualy entry for
the getpgrp system-call was missing.
Signed-off-by: Chris Zankel <chris@zankel.net>
include/asm-xtensa/unistd.h
patch
|
blob
|
history
diff --git
a/include/asm-xtensa/unistd.h
b/include/asm-xtensa/unistd.h
index 78ad761e6d5c1dd7716439afa67cce6f51fdba92..bed04102407b477c03e6886c501f45ce0ee6c8bf 100644
(file)
--- a/
include/asm-xtensa/unistd.h
+++ b/
include/asm-xtensa/unistd.h
@@
-339,8
+339,8
@@
__SYSCALL(148, sys_setpgid, 2)
__SYSCALL(149, sys_getpgid, 1)
#define __NR_getppid 150
__SYSCALL(150, sys_getppid, 0)
-#define __NR_
available151
151
-__SYSCALL(151, sys_
ni_syscall
, 0)
+#define __NR_
getpgrp
151
+__SYSCALL(151, sys_
getpgrp
, 0)
#define __NR_reserved152 152 /* set_thread_area */
__SYSCALL(152, sys_ni_syscall, 0)