aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/UIThrStubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/UIThrStubs.c')
-rw-r--r--nx-X11/lib/X11/UIThrStubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/UIThrStubs.c b/nx-X11/lib/X11/UIThrStubs.c
index 8f4ea076b..0c913d41f 100644
--- a/nx-X11/lib/X11/UIThrStubs.c
+++ b/nx-X11/lib/X11/UIThrStubs.c
@@ -66,7 +66,7 @@ typedef cthread_t xthread_t;
#pragma weak condition_signal = _Xthr_zero_stub_
#pragma weak condition_broadcast = _Xthr_zero_stub_
#else /* !CTHREADS */
-#if defined(SVR4) && !defined(__sgi)
+#if defined(SVR4)
#include <thread.h>
typedef thread_t xthread_t;
#pragma weak thr_self = _Xthr_self_stub_