]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(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 1277319c947e1a9d3df8a045c277b719b65087bb..e39606f9c5baae968e60b77d94e0032a4e1e6e36 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);