diff options
Diffstat (limited to 'gcc/ada/sysdep.c')
-rw-r--r-- | gcc/ada/sysdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/sysdep.c b/gcc/ada/sysdep.c index 207ef60..3008c78 100644 --- a/gcc/ada/sysdep.c +++ b/gcc/ada/sysdep.c @@ -42,6 +42,7 @@ #endif #include "selectLib.h" #include "vxWorks.h" +#include "version.h" #if defined (__RTP__) # include "vwModNum.h" #endif /* __RTP__ */ @@ -949,7 +950,7 @@ __gnat_is_file_not_found_error (int errno_val) { /* In the case of VxWorks, we also have to take into account various * filesystem-specific variants of this error. */ -#if ! defined (VTHREADS) +#if ! defined (VTHREADS) && (_WRS_VXWORKS_MAJOR < 7) case S_dosFsLib_FILE_NOT_FOUND: #endif #if ! defined (__RTP__) && (! defined (VTHREADS) || defined (__VXWORKSMILS__)) |