diff options
Diffstat (limited to 'sync.c')
| -rw-r--r-- | sync.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#define _XOPEN_SOURCE +#define _XOPEN_SOURCE_EXTENDED 1 +#include <unistd.h> + +int main(void) +{ + sync(); + return 0; +} |
![]() |
index : moreutils | |
| implementations of the non-POSIX utilities included in GNU coreutils |
| summaryrefslogtreecommitdiff |