index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
_forced
/
kill.h
blob: a4fd9c32a437a9227fcafd251b33c5e4309f4d6a (
plain
)
1
2
#include "_syscall.h" #define kill(pid, sig) __scall2(kill, pid, sig)