diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2011-04-04 18:06:55 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-04-04 18:06:55 +0000 |
commit | 53e3000cd1513601000059fd6175912d5ee41b04 (patch) | |
tree | c88a2335d8929d5d4a72c3702d04bd665cb23703 /gcc/ada/s-oscons-tmplt.c | |
parent | 9b69cf836aa52f5769685077d258cd95fb9999ee (diff) | |
download | gcc-53e3000cd1513601000059fd6175912d5ee41b04.zip gcc-53e3000cd1513601000059fd6175912d5ee41b04.tar.gz gcc-53e3000cd1513601000059fd6175912d5ee41b04.tar.bz2 |
re PR ada/47163 (Failure building target-libada for MingW64)
PR ada/47163
* s-oscons-tmplt.c (MSG_WAITALL): Fix thinko in previous change.
From-SVN: r171943
Diffstat (limited to 'gcc/ada/s-oscons-tmplt.c')
-rw-r--r-- | gcc/ada/s-oscons-tmplt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/s-oscons-tmplt.c b/gcc/ada/s-oscons-tmplt.c index ba72023..4b5b138 100644 --- a/gcc/ada/s-oscons-tmplt.c +++ b/gcc/ada/s-oscons-tmplt.c @@ -1091,6 +1091,7 @@ CND(MSG_EOR, "Send end of record") #else # define MSG_WAITALL -1 #endif +#endif CND(MSG_WAITALL, "Wait for full reception") #ifndef MSG_NOSIGNAL |