unistd: add execvp()
[neatlibc.git] / time.h
blob9919adcc96cd85342696e8e38f07b37b19f12ec5
1 struct timespec {
2 long tv_sec;
3 long tv_nsec;
4 };
6 int nanosleep(struct timespec *req, struct timespec *rem);