localtime: Default zoneinfo directory is /etc/zoneinfo instead of /usr/local/etc/zoneinfo which results in a longer pathname than the default 32 characer MAX

This commit is contained in:
Gregory Nutt 2015-04-11 13:11:10 -06:00
parent 70ad9a6bcf
commit 8a023fec09

View File

@ -67,7 +67,7 @@
#ifdef CONFIG_LIBC_TZDIR
# define TZDIR CONFIG_LIBC_TZDIR
#else
# define TZDIR "/usr/local/etc/zoneinfo"
# define TZDIR "/etc/zoneinfo"
#endif
/* Time definitions *********************************************************/