diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 18:05:26 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 18:05:26 -0700 |
commit | a46f2169d30470c810411cb7f223713d46065651 (patch) | |
tree | 6f2ba623cb145a75e725661c51949d716d7416e0 /time/time.h | |
parent | 6af6528b3bc21650462ab7b7e8256c9f473324f5 (diff) | |
download | glibc-a46f2169d30470c810411cb7f223713d46065651.tar.gz glibc-a46f2169d30470c810411cb7f223713d46065651.tar.xz glibc-a46f2169d30470c810411cb7f223713d46065651.zip |
Remove __snseconds_t
Diffstat (limited to 'time/time.h')
-rw-r--r-- | time/time.h | 2 |
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. */ |