Skip to content

Commit 275c185

Browse files
committed
Allow NON_SCALAR_THREAD_ID machines
s390x (Ubuntu) still fails tests with 62dfaee.
1 parent 5b08e9e commit 275c185

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

thread_pthread.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ static const void *const condattr_monotonic = NULL;
7171
#endif
7272

7373
#ifndef USE_MN_THREADS
74-
#if defined(__EMSCRIPTEN__) || defined(COROUTINE_PTHREAD_CONTEXT) || defined(NON_SCALAR_THREAD_ID)
74+
#if defined(__EMSCRIPTEN__) || defined(COROUTINE_PTHREAD_CONTEXT)
7575
// on __EMSCRIPTEN__ provides epoll* declarations, but no implementations.
7676
// on COROUTINE_PTHREAD_CONTEXT, it doesn't worth to use it.
77-
// on NON_SCALAR_THREAD_ID, now we can not debug issues on x390s/Ubuntu so skip it.
7877
#define USE_MN_THREADS 0
7978
#elif HAVE_SYS_EPOLL_H
8079
#include <sys/epoll.h>

0 commit comments

Comments
 (0)