summaryrefslogtreecommitdiff
path: root/src/unistd/sync.c
blob: 3f8650e41e99ea517adfa79bdf353671a2c307cf (plain)
1
2
3
4
5
6
7
8
9
#include <unistd.h>

void sync(void)
{
}

/*
XOPEN(400)
*/