--- src/lib/libc/lib/libc/locale/setlocale.h.orig 2019-04-18 13:46:58.382346791 +0200 +++ src/lib/libc/lib/libc/locale/setlocale.h 2019-04-18 13:47:18.967789876 +0200 @@ -34,7 +34,7 @@ #define ENCODING_LEN 31 #define CATEGORY_LEN 11 -extern char *_PathLocale; +#define _PathLocale "/dev/null" int __detect_path_locale(void); int __wrap_setrunelocale(const char *);