about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/aix/nanosleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/aix/nanosleep.c')
-rw-r--r--sysdeps/unix/sysv/aix/nanosleep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/aix/nanosleep.c b/sysdeps/unix/sysv/aix/nanosleep.c
index 1277319c94..e39606f9c5 100644
--- a/sysdeps/unix/sysv/aix/nanosleep.c
+++ b/sysdeps/unix/sysv/aix/nanosleep.c
@@ -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);