summaryrefslogblamecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
blob: 1744f714f6e7649eb04cc33b3614df24e87d993d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                           


                                                                           

   



                   
                  
                               





                                                  
#include <machine/rtems-bsd-kernel-space.h>

/*
 *  Routine called when malloc() is not succeeding.  This can be overridden
 *  by a BSP.
 */

#if HAVE_CONFIG_H
#include "config.h"
#endif

#include <stdio.h>
#include <rtems/rtems_bsdnet.h>

void
rtems_bsdnet_malloc_starvation(void)
{
  printf ("rtems_bsdnet_malloc still waiting.\n");
}