summaryrefslogtreecommitdiff
path: root/src/unistd/fsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/fsync.c')
-rw-r--r--src/unistd/fsync.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unistd/fsync.c b/src/unistd/fsync.c
index 35d70cbb..b0dd3820 100644
--- a/src/unistd/fsync.c
+++ b/src/unistd/fsync.c
@@ -1,12 +1,13 @@
#include <unistd.h>
-#include "__nonstd.h"
int fsync(int fildes)
{
+ /*
__POSIX_MIN(199309L);
__POSIX_OPTION(_FSYNC);
__XOPEN_MIN(4);
__SC(int, fildes);
+ */
}
/*