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