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

#include <unistd.h>

int usleep(useconds_t useconds)
{
}

/*
XOPEN(400,700)
*/


#endif