mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 21:32:22 +01:00
12 lines
291 B
Diff
12 lines
291 B
Diff
--- ./common/putilimp.h.orig
|
|
+++ ./common/putilimp.h
|
|
@@ -123,6 +123,8 @@
|
|
# elif defined(__GLIBC__)
|
|
/* glibc */
|
|
# define U_TIMEZONE __timezone
|
|
+# else
|
|
+# define U_TIMEZONE timezone
|
|
# endif
|
|
#elif U_PLATFORM_USES_ONLY_WIN32_API
|
|
# define U_TIMEZONE _timezone
|