summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorJames Hilliard <james.hilliard1@gmail.com>2019-05-04 18:25:17 +0200
committerwm4 <1387750+wm4@users.noreply.github.com>2019-09-21 12:53:47 +0200
commitabfc58cad424fb9a023d0334e20fd34d63f887a7 (patch)
tree697c92e8d463db1c22e126254f78efd165c8a824 /osdep
parent4c4d7a64c6354a792e83552158108f450f12884a (diff)
downloadmpv-abfc58cad424fb9a023d0334e20fd34d63f887a7.tar.bz2
mpv-abfc58cad424fb9a023d0334e20fd34d63f887a7.tar.xz
stream_libarchive: Always use LC_CTYPE_MASK for libarchive
Using LC_ALL_MASK is unnecessary and unreliable on some systems. Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Diffstat (limited to 'osdep')
-rw-r--r--osdep/io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep/io.h b/osdep/io.h
index a1c65f18e9..8699fb3e4a 100644
--- a/osdep/io.h
+++ b/osdep/io.h
@@ -193,7 +193,6 @@ int msync(void *addr, size_t length, int flags);
// These are stubs since there is not anything that helps with this on Windows.
#define locale_t int
-#define LC_ALL_MASK 0
#define LC_CTYPE_MASK 0
locale_t newlocale(int, const char *, locale_t);
locale_t uselocale(locale_t);