diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-15 22:03:39 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-08 22:40:47 +0100 |
commit | 2d45d8d805df95f7277d333e026a008dbd07f479 (patch) | |
tree | 475cc03ee829d2c5e8642901404094737b6041f2 /nx-X11/lib/X11/UIThrStubs.c | |
parent | c6250a86468b1c2c23d41b27c4d6e438518ec917 (diff) | |
download | nx-libs-2d45d8d805df95f7277d333e026a008dbd07f479.tar.gz nx-libs-2d45d8d805df95f7277d333e026a008dbd07f479.tar.bz2 nx-libs-2d45d8d805df95f7277d333e026a008dbd07f479.zip |
drop platform support: unifdef sgi.
Relates to ArcticaProject/nx-libs#275.
Diffstat (limited to 'nx-X11/lib/X11/UIThrStubs.c')
-rw-r--r-- | nx-X11/lib/X11/UIThrStubs.c | 2 |
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_ |