repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sys/stat.h: fix typo in statx member name stx_dio_offset_align
[musl.git]
/
src
/
unistd
/
pause.c
blob
90cc8db57b275253a48f5e518db88f246a20539b
1
#include <unistd.h>
2
#include
"syscall.h"
3
4
int
pause
(
void
)
5
{
6
return
sys_pause_cp
();
7
}