From f6507e4d339f0c300a7e8e3ebace9bde8a0a78ab Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Apr 2000 15:50:46 +0000 Subject: [PATCH] (struct timestruc_t): Define it here. --- sysdeps/unix/sysv/aix/nanosleep.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sysdeps/unix/sysv/aix/nanosleep.c b/sysdeps/unix/sysv/aix/nanosleep.c index 1277319c947..e39606f9c5b 100644 --- a/sysdeps/unix/sysv/aix/nanosleep.c +++ b/sysdeps/unix/sysv/aix/nanosleep.c @@ -20,14 +20,12 @@ #include #include -/* this is declared in not */ -#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); -- 2.47.3