1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-01 09:44:43 +02:00

[HAVE_TZNAME || defined __LIBC]: Declare tzname.

This commit is contained in:
Jim Meyering
1996-12-10 02:46:42 +00:00
parent 1d3c57118b
commit e155f4bf01

View File

@@ -47,7 +47,7 @@
# endif
#endif
#if HAVE_TZNAME
#if HAVE_TZNAME || defined __LIBC
extern char *tzname[];
#endif