Add getnucred system call. Contributed by Thomas Cort
This commit is contained in:
@@ -46,6 +46,7 @@ SRCS+= \
|
||||
getgroups.S \
|
||||
getitimer.S \
|
||||
getnpid.S \
|
||||
getnucred.S \
|
||||
getnuid.S \
|
||||
getngid.S \
|
||||
getnprocnr.S \
|
||||
|
||||
7
lib/libc/syscall/getnucred.S
Normal file
7
lib/libc/syscall/getnucred.S
Normal file
@@ -0,0 +1,7 @@
|
||||
.text
|
||||
.extern __getnucred
|
||||
.globl _getnucred
|
||||
.balign 2
|
||||
|
||||
_getnucred:
|
||||
jmp __getnucred
|
||||
Reference in New Issue
Block a user