source:
trunk/minix/lib/posix/_sync.c@
10
Last change on this file since 10 was 9, checked in by , 13 years ago | |
---|---|
File size: 127 bytes |
Line | |
---|---|
1 | #include <lib.h> |
2 | #define sync _sync |
3 | #include <unistd.h> |
4 | |
5 | PUBLIC int sync() |
6 | { |
7 | message m; |
8 | |
9 | return(_syscall(FS, SYNC, &m)); |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.