aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gsocket.h
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-07 17:16:34 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-07 17:16:34 +0200
commit06a16f58d6c14487c0598fe6f1c5cd68ba68301e (patch)
tree685318c0693ad3631679e215c9ae5764d0035d01 /gcc/ada/gsocket.h
parentdf46b832b04ae500284492241a71854b434aec37 (diff)
downloadgcc-06a16f58d6c14487c0598fe6f1c5cd68ba68301e.zip
gcc-06a16f58d6c14487c0598fe6f1c5cd68ba68301e.tar.gz
gcc-06a16f58d6c14487c0598fe6f1c5cd68ba68301e.tar.bz2
[multiple changes]
2009-04-07 Emmanuel Briot <briot@adacore.com> * s-regexp.adb (Create_Mapping): Ignore excaped open parenthesis when looking for the end of a parenthesis group 2009-04-07 Tristan Gingold <gingold@adacore.com> * gsocket.h Don't #include resolvLib.h if __RTP__ is defined. * socket.c Don't use resolvLib_ macros if not defined. From-SVN: r145680
Diffstat (limited to 'gcc/ada/gsocket.h')
-rw-r--r--gcc/ada/gsocket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/gsocket.h b/gcc/ada/gsocket.h
index 0dca1a9..5d866e0 100644
--- a/gcc/ada/gsocket.h
+++ b/gcc/ada/gsocket.h
@@ -66,7 +66,9 @@
#include <vxWorks.h>
#include <ioLib.h>
#include <hostLib.h>
+#ifndef __RTP__
#include <resolvLib.h>
+#endif
#define SHUT_RD 0
#define SHUT_WR 1
#define SHUT_RDWR 2