From 4be2b5700315a99c6828ad314ed3e45ecf1c1527 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 11 Apr 2012 11:02:59 -0700 Subject: Add __snseconds_t and __SNSECONDS_T_TYPE --- time/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time') diff --git a/time/time.h b/time/time.h index 775c0927e7..776dc401ad 100644 --- a/time/time.h +++ b/time/time.h @@ -120,7 +120,7 @@ typedef __timer_t timer_t; struct timespec { __time_t tv_sec; /* Seconds. */ - long int tv_nsec; /* Nanoseconds. */ + __snseconds_t tv_nsec; /* Nanoseconds. */ }; #endif /* timespec not defined and or need timespec. */ -- cgit 1.4.1