[vlc-commits] os2: thread: use sys/builtin.h instead of 386/builtin.h

KO Myung-Hun git at videolan.org
Tue Dec 8 10:18:09 CET 2015


vlc/vlc-2.2 | branch: master | KO Myung-Hun <komh78 at gmail.com> | Sun Dec  6 18:57:40 2015 +0900| [c4f3a3a2bc8be59a565a2f318efda077b3beff5b] | committer: Jean-Baptiste Kempf

os2: thread: use sys/builtin.h instead of 386/builtin.h

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit d297628100501ffe6a2e7e1d1d5cd1dabf5b70b3)
Signed-off-by: KO Myung-Hun <komh at chollian.net>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=c4f3a3a2bc8be59a565a2f318efda077b3beff5b
---

 src/os2/thread.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/os2/thread.c b/src/os2/thread.c
index 5d982d4..be2b94c 100644
--- a/src/os2/thread.c
+++ b/src/os2/thread.c
@@ -45,7 +45,7 @@
 #include <sys/time.h>
 #include <sys/select.h>
 
-#include <386/builtin.h>
+#include <sys/builtin.h>
 
 static vlc_threadvar_t thread_key;
 



More information about the vlc-commits mailing list