Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd).
This commit is contained in:
parent
4747887880
commit
f1d7413445
|
@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue