Skip to content
Snippets Groups Projects
Commit 99661e63 authored by rswindell's avatar rswindell
Browse files

Define pthread_t for OS/2.

parent 5c4d2b56
Branches
No related tags found
No related merge requests found
...@@ -81,6 +81,7 @@ extern "C" { ...@@ -81,6 +81,7 @@ extern "C" {
#elif defined(__OS2__) #elif defined(__OS2__)
/* POSIX mutexes */ /* POSIX mutexes */
typedef TID pthread_t;
typedef HEV pthread_mutex_t; typedef HEV pthread_mutex_t;
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment