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: e655213b1c19497e669f96515ff40ce0c167d9c5 (
plain
)
1
2
3
4
5
6
#include <syscall.h> void sync(void) { syscall(sync); }