Sign in
mojo
/
mojo-tools
/
17dd2f6df02650b221769d39c55857e06602a733
/
.
/
fusl
/
src
/
unistd
/
sync.c
blob: 287a3abcc50ed983bb335371919fc5d4e708653f [
file
]
#include
<unistd.h>
#include
"syscall.h"
void
sync
(
void
)
{
__syscall
(
SYS_sync
);
}