OSDN Git Service

2011-09-01 Robert Dewar <dewar@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / gthr.h
index 0752f89..0c7bfb1 100644 (file)
@@ -135,7 +135,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    Currently supported threads packages are
      TPF threads with -D__tpf__
      POSIX/Unix98 threads with -D_PTHREADS
-     POSIX/Unix95 threads with -D_PTHREADS95
      DCE threads with -D_DCE_THREADS
 
 */
@@ -145,8 +144,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "gthr-tpf.h"
 #elif _PTHREADS
 #include "gthr-posix.h"
-#elif _PTHREADS95
-#include "gthr-posix95.h"
 #elif _DCE_THREADS
 #include "gthr-dce.h"