projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a538299
)
(_REENTRANT): Define again -- linux-2.0.33 needs it.
author
Jim Meyering
<jim@meyering.net>
Mon, 12 Oct 1998 02:00:59 +0000
(
02:00
+0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 12 Oct 1998 02:00:59 +0000
(
02:00
+0000)
lib/mktime.c
patch
|
blob
|
history
diff --git
a/lib/mktime.c
b/lib/mktime.c
index b58dac964b874aca2112f4a849beee70715ae215..70205134435680cad8eb2389bb310e40cc209d43 100644
(file)
--- a/
lib/mktime.c
+++ b/
lib/mktime.c
@@
-28,10
+28,15
@@
# include <config.h>
#endif
-/* Some systems need this in order to declare localtime_r properly. */
+/* Some systems require that one of these symbols be defined in
+ order to declare localtime_r properly. */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
+#ifndef _REENTRANT
+# define _REENTRANT 1
+#endif
+
#ifdef _LIBC
# define HAVE_LIMITS_H 1