1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

(_REENTRANT): Define again -- linux-2.0.33 needs it.

This commit is contained in:
Jim Meyering
1998-10-12 02:00:59 +00:00
parent f49ea966c3
commit 761ed79f4d

View File

@@ -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