summaryrefslogtreecommitdiffstats
path: root/Python/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Python/thread.c b/Python/thread.c
index 2d04256..1698b07 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -49,6 +49,10 @@ extern char *getenv();
#include <unistd.h>
#endif
+#ifdef __DGUX
+#define _USING_POSIX4A_DRAFT6
+#endif
+
#ifdef __sgi
#ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.in */
#undef _POSIX_THREADS