diff options
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/config/gthr-vxworks-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/gthr-vxworks-thread.c b/libgcc/config/gthr-vxworks-thread.c index c87168c..c8fe65f 100644 --- a/libgcc/config/gthr-vxworks-thread.c +++ b/libgcc/config/gthr-vxworks-thread.c @@ -29,7 +29,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "gthr.h" -#if __GTHREAD_CXX0X +#if __GTHREADS_CXX0X #include <taskLib.h> #include <stdlib.h> |