diff options
Diffstat (limited to 'src/unistd/fdatasync.c')
| -rw-r--r-- | src/unistd/fdatasync.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/unistd/fdatasync.c b/src/unistd/fdatasync.c new file mode 100644 index 00000000..3de269ec --- /dev/null +++ b/src/unistd/fdatasync.c @@ -0,0 +1,11 @@ +#include <unistd.h> +#include "__nonstd.h" + +int fdatasync(int fildes) +{ + __SC(int, fildes); +} + +/* +POSIX(199309) +*/ |
