changeset 1518:e92dd3fb3ec8

(_REENTRANT): Define again -- linux-2.0.33 needs it.
author Jim Meyering <jim@meyering.net>
date Mon, 12 Oct 1998 02:00:59 +0000
parents 3f9b7ee1667a
children 12a8744fec4c
files lib/mktime.c
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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