diff options
author | Guido van Rossum <guido@python.org> | 1997-05-22 20:41:59 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-22 20:41:59 +0000 |
commit | 2eaaabcd32ec78cf6f8129838bf20eeab2ccc819 (patch) | |
tree | 9b02cccaa71e4dcef9788f3651f2a11d01db1b2f /Python/thread.c | |
parent | 1d92b4b602f8004569bc729cc378e719ce488a2c (diff) | |
download | cpython-2eaaabcd32ec78cf6f8129838bf20eeab2ccc819.tar.gz |
DG/UX thread patches (Ross Andrus)
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Python/thread.c b/Python/thread.c index 2d042568d5..1698b078a4 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 |