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