index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
unistd
/
pause.c
blob: bd959bc552a77cdae420b7215b9e43af8ea2b32a (
plain
)
1
2
3
4
5
6
#include <syscall.h> int pause(void) { return syscall(pause); }