Fix leftover _VXW_PRE_69 in gthr-vxworks.h

2020-10-15  Rasmus Villemoes  <rv@rasmusvillemoes.dk>

libgcc/
	* config/gthr-vxworks.h: Rewrite remaining occurrence
	of _VXW_PRE_69 as _VXWORKS_PRE(6,9).
This commit is contained in:
Rasmus Villemoes 2020-10-02 13:03:26 +00:00 committed by Olivier Hainque
parent 4cde835fd7
commit 21295f44f3
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ typedef struct
typedef __gthread_tcb *__gthread_t;
/* Typedefs specific to different vxworks versions. */
#if _VXW_PRE_69
#if _VXWORKS_PRE(6,9)
typedef int _Vx_usr_arg_t;
#define TASK_ID_NULL ((TASK_ID)NULL)
#define SEM_ID_NULL ((SEM_ID)NULL)