Compatibility for next Newlib update

This commit is contained in:
Sebastian Huber
2019-09-24 14:10:43 +02:00
parent e9730d5fc5
commit 747c6165b8
2 changed files with 9 additions and 0 deletions

View File

@@ -98,6 +98,10 @@ void rtems_bsd_assert_func(const char *file, int line, const char *func, const c
#define EDOOFUS __ELASTERROR
/* FIXME: Newlib forward compatibility */
#define IP_MIN_MEMBERSHIPS 31
#define IPV6_MIN_MEMBERSHIPS 31
#ifdef __cplusplus
}
#endif /* __cplusplus */