summaryrefslogtreecommitdiff
path: root/Xthreads.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-06-12 12:33:22 -0400
committerAdam Jackson <ajax@redhat.com>2009-06-12 12:33:22 -0400
commitbab9c572cd4dc916ff0acab99de8bb526212d77f (patch)
treef9e484e5d5157505712d6dac64d478716b468efa /Xthreads.h
parentced38e880b54f2aae31a5354aecb4235a129f0a4 (diff)
Remove a bunch of garbage for unsupported platforms.
Diffstat (limited to 'Xthreads.h')
-rw-r--r--Xthreads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xthreads.h b/Xthreads.h
index 697063d..3c41c07 100644
--- a/Xthreads.h
+++ b/Xthreads.h
@@ -60,7 +60,7 @@ typedef struct mutex xmutex_rec;
#define xcondition_broadcast(cv) condition_broadcast(cv)
#define xcondition_set_name(cv,str) condition_set_name(cv,str)
#else /* !CTHREADS */
-#if defined(SVR4) && !defined(__sgi) && !defined(_SEQUENT_)
+#if defined(SVR4)
#include <thread.h>
#include <synch.h>
typedef thread_t xthread_t;