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