diff options
Diffstat (limited to 'bits/time.h')
-rw-r--r-- | bits/time.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bits/time.h b/bits/time.h index 6ef97b74e3..0c3f7fd28e 100644 --- a/bits/time.h +++ b/bits/time.h @@ -1,5 +1,5 @@ /* System-dependent timing definitions. Stub version. - Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -27,12 +27,6 @@ # define CLOCKS_PER_SEC 60 -/* Clock ID used in clock and timer functions. */ -typedef int __clockid_t; - -/* Timer ID returned by `timer_create'. */ -typedef int __timer_t; - # ifdef __USE_POSIX199309 /* Identifier for system-wide realtime clock. */ # define CLOCK_REALTIME 0 |