Browse Source

Merge from branch.

"Steven J. Hill" 18 years ago
parent
commit
bff4d626e8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/time.h

+ 2 - 0
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;