diff options
Diffstat (limited to 'system/include/libc/pthread.h')
-rw-r--r-- | system/include/libc/pthread.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/include/libc/pthread.h b/system/include/libc/pthread.h index f99acbd6..ae9f2c88 100644 --- a/system/include/libc/pthread.h +++ b/system/include/libc/pthread.h @@ -27,12 +27,6 @@ extern "C" { #include <unistd.h> -#if EMSCRIPTEN - #define _POSIX_THREADS - #define _UNIX98_THREAD_MUTEX_ATTRIBUTES - #define _POSIX_READER_WRITER_LOCKS -#endif - #if defined(_POSIX_THREADS) #include <sys/types.h> |