Localtime: Configuration name inconsiste: CONFIG_LIBC_TZ_DIR vs CONFIG_LIBC_TZDIR

This commit is contained in:
Gregory Nutt 2015-04-11 12:48:18 -06:00
parent 5a110d08d9
commit 858e33d974
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@
/* Configuration ************************************************************/
/* Time zone object file directory */
#ifdef CONFIG_LIBC_TZ_TZDIR
# define TZDIR CONFIG_LIBC_TZ_TZDIR
#ifdef CONFIG_LIBC_TZDIR
# define TZDIR CONFIG_LIBC_TZDIR
#else
# define TZDIR "/usr/local/etc/zoneinfo"
#endif