summaryrefslogtreecommitdiff
path: root/gcc/gthr-posix95.h
Commit message (Collapse)AuthorAgeFilesLines
* * gthr-posix.h (__gthread_active_p): Use pthread_cancel insteadrmathew2005-01-171-2/+3
| | | | | | | | of pthread_create to find out if threads are enabled. * gthr-posix95.h (__gthread_active_p): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93762 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix formatting nit.ebotcazou2004-11-231-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91085 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/18444ebotcazou2004-11-221-0/+592
* configure.ac (threading): Accept 'posix95'. * configure: Regenerate. * config.gcc (i[34567]86-*-solaris2*): On Solaris up to 2.6, include sol26.h and default to posix95 threads if have_pthread_h. (sparc-*-solaris2*): Likewise. * gthr.h: Include gthr-posix95.h if _PTHREADS95 is defined. * gthr-posix95.h: New file. * config/sol26.h: New file. * doc/install.texi (--enable-threads): Document 'posix95'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91041 138bc75d-0d04-0410-961f-82ee72b054a4