summaryrefslogtreecommitdiff
path: root/Python/thread_solaris.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-26 14:58:54 +0000
committerGuido van Rossum <guido@python.org>1996-08-26 14:58:54 +0000
commitb2a85a32c0037500250d019d07abf046e5d66872 (patch)
tree907d01f152bc72955010efde03f2d2b5d48a0df9 /Python/thread_solaris.h
parent040d2d499cc1a17f1bc79cd162aa6254a0f35cdc (diff)
downloadcpython-b2a85a32c0037500250d019d07abf046e5d66872.tar.gz
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 6a9c59e04d..f7fd056922 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
/*