summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--time/time.h5
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c4894b1ced..48227b8f63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-02-16 Ulrich Drepper <drepper@cygnus.com>
+
+ * time/time.h: Avoid unneccesary #ifdef.
+
1999-02-15 Geoff Keating <geoffk@ozemail.com.au>
* stdio-common/_itoa.c (_itoa): Correct parameters to
diff --git a/time/time.h b/time/time.h
index 234835d812..0871561f18 100644
--- a/time/time.h
+++ b/time/time.h
@@ -36,11 +36,6 @@ __BEGIN_DECLS
# define __need_size_t
# define __need_NULL
# include <stddef.h>
-#endif /* <time.h> included. */
-
-
-
-#ifdef _TIME_H
/* This defines CLOCKS_PER_SEC, which is the number of processor clock
ticks per second. */