mirror of git://sourceware.org/git/glibc.git
Update.
1999-02-16 Ulrich Drepper <drepper@cygnus.com> * time/time.h: Avoid unneccesary #ifdef.
This commit is contained in:
parent
d112ae3080
commit
bc03c49eff
|
|
@ -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>
|
1999-02-15 Geoff Keating <geoffk@ozemail.com.au>
|
||||||
|
|
||||||
* stdio-common/_itoa.c (_itoa): Correct parameters to
|
* stdio-common/_itoa.c (_itoa): Correct parameters to
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,6 @@ __BEGIN_DECLS
|
||||||
# define __need_size_t
|
# define __need_size_t
|
||||||
# define __need_NULL
|
# define __need_NULL
|
||||||
# include <stddef.h>
|
# include <stddef.h>
|
||||||
#endif /* <time.h> included. */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef _TIME_H
|
|
||||||
|
|
||||||
/* This defines CLOCKS_PER_SEC, which is the number of processor clock
|
/* This defines CLOCKS_PER_SEC, which is the number of processor clock
|
||||||
ticks per second. */
|
ticks per second. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue