network: Quirk for Newlib compatibility

Newlib provides now a declration for random() in <stdlib.h>.  This
confilicts with the define in <rtems/rtems_bsdnet_internal.h>.
This commit is contained in:
Sebastian Huber
2016-04-07 09:09:48 +02:00
parent d2f9fa510f
commit af13b01888
@@ -26,6 +26,7 @@
*/
#undef free
#undef malloc
#undef random
#include <stdlib.h>
/*