From: CVS <do...@th...> - 2002-09-16 15:06:31
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.ac main_unix.cpp Log Message: Conditionalize use of pthread_mutexattr_setpshared() as this is an optional POSIX feature from _POSIX_THREAD_PROCESS_SHARED group. Besides, Ulrich Drepper mentions "the kernel support for this option wasn't available until 2.5.7. Future versions of the thread library will support this option." <http://people.redhat.com/drepper/posix-option-groups.html> BTW, this nukes a warning when build on FreeBSD 4.6 |