[vlc-commits] thread: fix android build
Thomas Guillem
git at videolan.org
Thu May 26 13:38:01 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | 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;
More information about the vlc-commits
mailing list