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:
Olivier Hainque 2020-10-28 11:16:57 +00:00
parent bafcf452c7
commit 291d920395
1 changed files with 1 additions and 1 deletions

View File

@ -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>