Commit 53e3000c by Eric Botcazou Committed by Eric Botcazou

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
parent 9b69cf83
2011-04-04 Eric Botcazou <ebotcazou@adacore.com>
PR ada/47163
* s-oscons-tmplt.c (MSG_WAITALL): Fix thinko in previous change.
2011-04-04 Kai Tietz <ktietz@redhat.com>
PR ada/47163
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment