diff options
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/thread.c b/Python/thread.c index ca2d6c6..016ccba 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -19,10 +19,6 @@ extern char *getenv(const char *); #endif #endif -#ifdef __DGUX -#define _USING_POSIX4A_DRAFT6 -#endif - #ifdef __sgi #ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.in */ #undef _POSIX_THREADS |