https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744

--- Comment #14 from Jung-uk Kim <[email protected]> ---
It looked at the problem more carefully.  This issue is little complicated. 
Basically, sys/types.h includes sys/_pthreadtypes.h per POSIX since r146824.

http://svnweb.freebsd.org/changeset/base/146824

Unfortunately, devel/pth tries to override the pthread types defined in
sys/_pthreadtypes.h via its own pthread.h.  If sys/types.h is also included,
these types get redefined.  Unfortunately, this problem is really hard to
avoid.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[email protected]"

Reply via email to