summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-02-10 16:50:21 +0000
committerSkip Montanaro <skip@pobox.com>2004-02-10 16:50:21 +0000
commit7befb9966e1435475a9d2e9d3cc3670564ce77aa (patch)
tree4e33029bfd72bb8eaa72f9fdd5c1712e5ecdb97b /Python/thread.c
parent05eb40128e305e07527d317e3964e8a1160d0961 (diff)
downloadcpython-git-7befb9966e1435475a9d2e9d3cc3670564ce77aa.tar.gz
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Python/thread.c b/Python/thread.c
index 016ccbab66..8bc958f9cd 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -11,13 +11,7 @@
#include <stdio.h>
#endif
-#ifdef HAVE_STDLIB_H
#include <stdlib.h>
-#else
-#ifdef Py_DEBUG
-extern char *getenv(const char *);
-#endif
-#endif
#ifdef __sgi
#ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.in */