diff options
| author | simonb <simonb@NetBSD.org> | 2003-12-07 12:44:54 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2003-12-07 12:44:54 +0000 |
| commit | df1bc575d04a8e11c78d90d00d76df7f2bfcd700 (patch) | |
| tree | 4ad6374336d00aba7785bba0a08aeeb76975840c /gnu/usr.bin | |
| parent | 32820e3ec5ae89cb7359fce1af91b1e62fb59e21 (diff) | |
Include gthr-single.h instead of gthr-posix.h on ns32k now.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gcc3/arch/ns32k/gthr-default.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc3/arch/ns32k/gthr-default.h b/gnu/usr.bin/gcc3/arch/ns32k/gthr-default.h index 9ee6827d1f9..81c75f51dbd 100644 --- a/gnu/usr.bin/gcc3/arch/ns32k/gthr-default.h +++ b/gnu/usr.bin/gcc3/arch/ns32k/gthr-default.h @@ -1,4 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-gcc,v 1.10 2003/11/27 10:21:24 mrg Exp */ -#include "gthr-posix.h" +/* XXX #include "gthr-posix.h" */ +#include "gthr-single.h" |
