Add getnucred system call. Contributed by Thomas Cort

This commit is contained in:
Thomas Veerman
2010-07-15 13:24:57 +00:00
parent 17a0731f28
commit ecc8a52f82
5 changed files with 41 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ SRCS+= \
getgroups.S \
getitimer.S \
getnpid.S \
getnucred.S \
getnuid.S \
getngid.S \
getnprocnr.S \

View File

@@ -0,0 +1,7 @@
.text
.extern __getnucred
.globl _getnucred
.balign 2
_getnucred:
jmp __getnucred