summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c b/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
deleted file mode 100644
index c5ccd8c3c2..0000000000
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
+++ /dev/null
@@ -1,19 +0,0 @@
-#include <machine/rtems-bsd-kernel-space.h>
-
-/*
- * Routine called when malloc() is not succeeding. This can be overridden
- * by a BSP.
- */
-
-#ifdef 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");
-}