diff options
Diffstat (limited to 'gcc/gthr-vxworks.h')
-rw-r--r-- | gcc/gthr-vxworks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-vxworks.h b/gcc/gthr-vxworks.h index dee1573..d4da14e 100644 --- a/gcc/gthr-vxworks.h +++ b/gcc/gthr-vxworks.h @@ -137,7 +137,7 @@ __gthread_once_t; #if defined (__RTP__) # define __GTHREAD_ONCE_INIT { 0 } -#elif defined (__PPC__) +#elif defined (__PPC__) # define __GTHREAD_ONCE_INIT { 0, 0, 0, 0 } #else # define __GTHREAD_ONCE_INIT { 0, 0 } |