/* * Routine called when malloc() is not succeeding. This can be overridden * by a BSP. * * $Id* */ #include #include void rtems_bsdnet_malloc_starvation(void) { printf ("rtems_bsdnet_malloc still waiting.\n"); }