(struct timestruc_t): Define it here.

This commit is contained in:
Ulrich Drepper 2000-04-18 15:50:46 +00:00
parent 7ba15d4a78
commit f6507e4d33
1 changed files with 1 additions and 3 deletions

View File

@ -20,14 +20,12 @@
#include <sys/time.h>
#include <sys/types.h>
/* this is declared in <sys/time.h> not <time.h > */
#if 0
struct timestruc_t
{
time_t tv_sec; /* seconds. */
suseconds_t tv_nsec; /* and nanoseconds. */
};
#endif
extern int _nsleep (struct timestruc_t *rqtp, struct timestruc_t *rmtp);