source: rtems/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c @ a281b95

4.104.114.84.95
Last change on this file since a281b95 was a281b95, checked in by Joel Sherrill <joel.sherrill@…>, on 03/25/03 at 19:43:52

2003-03-25 Joel Sherrill <joel@…>

  • rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
  • Property mode set to 100644
File size: 259 bytes
Line 
1/*
2 *  Routine called when malloc() is not succeeding.  This can be overridden
3 *  by a BSP.
4 *
5 *  $Id*
6 */
7
8#include <stdio.h>
9#include <rtems/rtems_bsdnet.h>
10
11void
12rtems_bsdnet_malloc_starvation(void)
13{
14  printf ("rtems_bsdnet_malloc still waiting.\n");
15}
Note: See TracBrowser for help on using the repository browser.