Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd).

This commit is contained in:
Guido van Rossum 1996-08-21 14:39:29 +00:00
parent 4747887880
commit f1d7413445
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +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
/*