typo (#indef -> #undef)
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 @@
 #include <stdio.h>
 #include <unistd.h>
 #include </usr/include/thread.h>
-#indef _POSIX_THREADS
+#undef _POSIX_THREADS
 
 
 /*