index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
unistd
/
sync.c
blob: 3f8650e41e99ea517adfa79bdf353671a2c307cf (
plain
)
1
2
3
4
5
6
7
8
9
#include <unistd.h> void sync(void) { } /* XOPEN(400) */