index
:
sbos.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
scalls
/
kill.h
blob: acf5f303f6e02721edcc6152928c91f8a29c703f (
plain
)
1
2
#include <signal.h> int syscall_kill(pid_t pid, int sig);