diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-05 01:37:44 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-05 01:37:44 +0000 |
commit | bff4d626e89488f9acb3f2f2a36db1b23ba1db78 (patch) | |
tree | 8badfd866a15648b260b3e692816a89a7ac97b16 /include/time.h | |
parent | ce2159d6c8857082053bec29566006db7071aad1 (diff) |
Merge from branch.
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h index 84e17f317..22e6c4b58 100644 --- a/include/time.h +++ b/include/time.h @@ -191,6 +191,8 @@ extern double difftime (time_t __time1, time_t __time0) __THROW __attribute__ ((__const__)); #endif /* __UCLIBC_HAS_FLOATS__ */ +# define CLOCK_IDFIELD_SIZE 3 + /* Return the `time_t' representation of TP and normalize TP. */ extern time_t mktime (struct tm *__tp) __THROW; |