Mercurial > emacs
diff src/strftime.c @ 20276:b53b022d2239
automatically generated from GPLed version
| author | Ulrich Drepper <drepper@redhat.com> |
|---|---|
| date | Tue, 18 Nov 1997 23:05:21 +0000 |
| parents | a7d1d668f57f |
| children | a9699fed520b |
line wrap: on
line diff
--- a/src/strftime.c Tue Nov 18 22:31:16 1997 +0000 +++ b/src/strftime.c Tue Nov 18 23:05:21 1997 +0000 @@ -22,6 +22,11 @@ # include <config.h> #endif +/* Some hosts 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
