(_REENTRANT): Define again -- linux-2.0.33 needs it.
authorJim Meyering <jim@meyering.net>
Mon, 12 Oct 1998 02:00:59 +0000 (02:00 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 12 Oct 1998 02:00:59 +0000 (02:00 +0000)
lib/mktime.c

index b58dac9..7020513 100644 (file)
 # 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