(struct timestruc_t): Define it here.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 15:50:46 +0000 (15:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 15:50:46 +0000 (15:50 +0000)
sysdeps/unix/sysv/aix/nanosleep.c

index 1277319..e39606f 100644 (file)
 #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);