summaryrefslogtreecommitdiffstats
path: root/Python/thread_solaris.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-26 14:58:54 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-26 14:58:54 (GMT)
commit6eea32622cca8f5190f6a229dc4299554d4a7ab6 (patch)
treee1c42be6402bc28efcfc5338a53fdb2993c10a4f /Python/thread_solaris.h
parente5920bc4c67ca8c12b3dd87b1047e144c2f3b3c3 (diff)
downloadcpython-6eea32622cca8f5190f6a229dc4299554d4a7ab6.zip
cpython-6eea32622cca8f5190f6a229dc4299554d4a7ab6.tar.gz
cpython-6eea32622cca8f5190f6a229dc4299554d4a7ab6.tar.bz2
typo (#indef -> #undef)
Diffstat (limited to 'Python/thread_solaris.h')
-rw-r--r--Python/thread_solaris.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h
index 6a9c59e..f7fd056 100644
--- a/Python/thread_solaris.h
+++ b/Python/thread_solaris.h
@@ -26,7 +26,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
#include <unistd.h>
#include </usr/include/thread.h>
-#indef _POSIX_THREADS
+#undef _POSIX_THREADS
/*