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