Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 16 Feb 1999 09:49:44 +0000 (09:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 16 Feb 1999 09:49:44 +0000 (09:49 +0000)
1999-02-16  Ulrich Drepper  <drepper@cygnus.com>

* time/time.h: Avoid unneccesary #ifdef.

ChangeLog
time/time.h

index c4894b1..48227b8 100644 (file)
--- 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
index 234835d..0871561 100644 (file)
@@ -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.  */