From 9011d4bba2ab7372d8511a13b6c5ed4dbab69ed2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Jan 2005 11:52:46 +0000 Subject: re PR ada/19488 (RTEMS Ada RTS doesn't compile) 2005-01-27 Joel Sherrill Laurent GUERBY PR ada/19488 * 5rosinte.ads: Add No_Key constant. * 5rtpopsp.adb: Initialize ATCB_Key with No_Key and fix style. * gsocket.h: Do not include with RTEMS either. Co-Authored-By: Laurent GUERBY From-SVN: r94318 --- gcc/ada/gsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/gsocket.h') diff --git a/gcc/ada/gsocket.h b/gcc/ada/gsocket.h index 134aa26..c500019 100644 --- a/gcc/ada/gsocket.h +++ b/gcc/ada/gsocket.h @@ -62,6 +62,6 @@ #include "system.h" #endif -#if !(defined (VMS) || defined (__MINGW32__)) +#if !(defined (VMS) || defined (__MINGW32__) || defined(__rtems__)) # include #endif -- cgit v1.1