Fix conditional inclusion guard in gthr-vxworks-thread.c
This fixes the name of the macro used to condition the inclusion of an actual implementation of some of the gthread support services for VxWorks, to agree with the side defining that macro based on tests against the targetted VxWorks version major. 2020-10-28 Olivier Hainque <hainque@adacore.com> libgcc/ * config/gthr-vxworks-thread.c: Fix name of macro used to condition the inclusion of an actual implementation.
This commit is contained in:
parent
bafcf452c7
commit
291d920395
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue