diff options
Diffstat (limited to 'src/unistd/fsync.c')
-rw-r--r-- | src/unistd/fsync.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/fsync.c b/src/unistd/fsync.c index b0dd3820..47c5f1d8 100644 --- a/src/unistd/fsync.c +++ b/src/unistd/fsync.c @@ -1,3 +1,5 @@ +#if 0 + #include <unistd.h> int fsync(int fildes) @@ -14,3 +16,6 @@ int fsync(int fildes) XOPEN(4) POSIX(199309) */ + + +#endif |