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

#include <unistd.h>

void sync(void)
{
}

/*
XOPEN(400)
*/


#endif