aboutsummaryrefslogtreecommitdiff
path: root/gcc/gthr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gthr.h')
-rw-r--r--gcc/gthr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/gthr.h b/gcc/gthr.h
index 0752f89..0c7bfb1 100644
--- a/gcc/gthr.h
+++ b/gcc/gthr.h
@@ -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"