summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-18 22:26:50 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-18 22:26:50 +0000
commit5e728c9f4f520caefcf07d1ba50666da5803031c (patch)
tree65fac2ef26a1f5b51bcf58568648839a1af9e476 /include
parentcd84f06dcf250fef51b61445e58aa1781cb2358e (diff)
Remove unused CLOCK_IDFIELD_SIZE, not in glibc
Diffstat (limited to 'include')
-rw-r--r--include/time.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/time.h b/include/time.h
index 22e6c4b58..84e17f317 100644
--- a/include/time.h
+++ b/include/time.h
@@ -191,8 +191,6 @@ 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;