Commit f6605c65 by Sebastian Huber Committed by Sebastian Huber

RTEMS/Ada: Remove RTEMS quirk

The new network stack (libbsd) supports IPv6.

gcc/ada

	* s-oscons-tmplt.c (AF_INET6): Do not undefine for RTEMS.

From-SVN: r268061
parent 5928bc2e
2019-01-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
* s-oscons-tmplt.c (AF_INET6): Do not undefine for RTEMS.
2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
PR other/16615
......
......@@ -1041,14 +1041,6 @@ CST(PTY_Library, "for g-exptty")
#endif
CND(AF_INET, "IPv4 address family")
/**
** RTEMS lies and defines AF_INET6 even though there is no IPV6 support.
** Its TCP/IP stack is in transition. It has newer .h files but no IPV6 yet.
**/
#if defined(__rtems__)
# undef AF_INET6
#endif
#ifndef AF_INET6
# define AF_INET6 -1
#else
......
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