vlc | branch: master | Thomas Guillem <[email protected]> | Thu May 26 13:37:16 
2016 +0200| [41f778e045dc75af6f783d0c6116c09eb2068d3c] | committer: Thomas 
Guillem

thread: fix android build

vlc_thread_id is already defined in src/linux/thread.c

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

 src/android/thread.c |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/android/thread.c b/src/android/thread.c
index 59499b4..59e7ddb 100644
--- a/src/android/thread.c
+++ b/src/android/thread.c
@@ -185,11 +185,6 @@ vlc_thread_t vlc_thread_self (void)
     return thread;
 }
 
-unsigned long vlc_thread_id (void)
-{
-    return syscall (__NR_gettid);
-}
-
 void vlc_threads_setup (libvlc_int_t *p_libvlc)
 {
     (void)p_libvlc;

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to