[vlc-devel] [PATCH 04/11] bin: fix linkage on OS/2

KO Myung-Hun komh78 at gmail.com
Wed Jan 20 09:49:26 UTC 2021


---
 bin/vlc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/vlc.c b/bin/vlc.c
index 4fa4acb589..d7834c9614 100644
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -45,6 +45,7 @@
 
 # define pthread_t      int
 # define pthread_self() _gettid()
+# define pthread_sigmask(h, i, o) sigprocmask(h, i, o)
 
 static char *FromSystem(const void *str)
 {
-- 
2.22.0



More information about the vlc-devel mailing list