summaryrefslogtreecommitdiff
path: root/src/unistd/fdatasync.c
blob: 3791f8f9556605e532f1b2c64193eb03b4d4b410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if 0

#include <unistd.h>

int fdatasync(int fildes)
{
	__SC(int, fildes);
}

/*
POSIX(199309)
*/


#endif