diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 09:49:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 09:49:44 +0000 |
commit | bc03c49eff8e75b47030c8a0a18238955f02c418 (patch) | |
tree | 22f4d8af948b774b2019b7dc0a622f6f15f841b6 /time | |
parent | d112ae3080c54e6274513ad4b70e2e67507c2dcb (diff) | |
download | glibc-bc03c49eff8e75b47030c8a0a18238955f02c418.tar glibc-bc03c49eff8e75b47030c8a0a18238955f02c418.tar.gz glibc-bc03c49eff8e75b47030c8a0a18238955f02c418.tar.bz2 glibc-bc03c49eff8e75b47030c8a0a18238955f02c418.zip |
Update.
1999-02-16 Ulrich Drepper <drepper@cygnus.com>
* time/time.h: Avoid unneccesary #ifdef.
Diffstat (limited to 'time')
-rw-r--r-- | time/time.h | 5 |
1 files changed, 0 insertions, 5 deletions
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. */ |