summaryrefslogtreecommitdiff
path: root/vp8/common
diff options
context:
space:
mode:
authorKO Myung-Hun <komh@chollian.net>2016-05-22 13:57:07 +0900
committerKO Myung-Hun <komh@chollian.net>2016-05-22 18:11:50 +0900
commit14e8adea3c01c0217e6e6ae38abaf33203af291d (patch)
tree8a4a218a6f66a3500aa35afc0b36f38919b3da3c /vp8/common
parent6f397b8a5bbd08b37f2ee8820cc25d218a21ad5d (diff)
downloadlibvpx-14e8adea3c01c0217e6e6ae38abaf33203af291d.tar
libvpx-14e8adea3c01c0217e6e6ae38abaf33203af291d.tar.gz
libvpx-14e8adea3c01c0217e6e6ae38abaf33203af291d.tar.bz2
libvpx-14e8adea3c01c0217e6e6ae38abaf33203af291d.zip
vpx: Add OS/2-specific threading codes
With correction of a type of a thread function for new threading codes. Change-Id: Ic6dc9f530698800d1cfe2da327848e8f8b62e31f
Diffstat (limited to 'vp8/common')
-rw-r--r--vp8/common/threading.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp8/common/threading.h b/vp8/common/threading.h
index c00e517a7..183b49b8f 100644
--- a/vp8/common/threading.h
+++ b/vp8/common/threading.h
@@ -44,8 +44,8 @@ extern "C" {
#include <os2.h>
#include <stdlib.h>
-#define THREAD_FUNCTION void
-#define THREAD_FUNCTION_RETURN void
+#define THREAD_FUNCTION void *
+#define THREAD_FUNCTION_RETURN void *
#define THREAD_SPECIFIC_INDEX PULONG
#define pthread_t TID
#define pthread_attr_t ULONG