index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
unistd
/
sync.c
blob: efecd3780bec5d7039afce03ef2087b47fa1d7cd (
plain
)
1
2
3
4
5
6
7
8
#include <syscall.h> // for __syscall_0, syscall void sync(void) { syscall(sync); }