(_REENTRANT): #define, as some hosts need this to declare localtime_r properly.
authorJim Meyering <jim@meyering.net>
Tue, 18 Nov 1997 03:32:00 +0000 (03:32 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 18 Nov 1997 03:32:00 +0000 (03:32 +0000)
From Paul Eggert.

lib/mktime.c
lib/strftime.c

index f759c29..952befe 100644 (file)
 # include <config.h>
 #endif
 
+/* Some systems need this in order to declare localtime_r properly.  */
+#ifndef _REENTRANT
+# define _REENTRANT 1
+#endif
+
 #ifdef _LIBC
 # define HAVE_LIMITS_H 1
 # define HAVE_LOCALTIME_R 1
index b084851..5201a87 100644 (file)
 # include <config.h>
 #endif
 
+/* Some systems need this in order to declare localtime_r properly.  */
+#ifndef _REENTRANT
+# define _REENTRANT 1
+#endif
+
 #ifdef _LIBC
 # define HAVE_LIMITS_H 1
 # define HAVE_MBLEN 1