about summary refs log tree commit diff
path: root/time
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-15 18:05:26 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-15 18:05:26 -0700
commita46f2169d30470c810411cb7f223713d46065651 (patch)
tree6f2ba623cb145a75e725661c51949d716d7416e0 /time
parent6af6528b3bc21650462ab7b7e8256c9f473324f5 (diff)
downloadglibc-a46f2169d30470c810411cb7f223713d46065651.tar.gz
glibc-a46f2169d30470c810411cb7f223713d46065651.tar.xz
glibc-a46f2169d30470c810411cb7f223713d46065651.zip
Remove __snseconds_t
Diffstat (limited to 'time')
-rw-r--r--time/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/time.h b/time/time.h
index 776dc401ad..6256264892 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.  */
-    __snseconds_t tv_nsec;	/* Nanoseconds.  */
+    __syscall_slong_t tv_nsec;	/* Nanoseconds.  */
   };
 
 #endif /* timespec not defined and <time.h> or need timespec.  */