summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-03 21:54:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-03 21:54:09 +0000
commit1aa9876c055b49a8672276ea80662ce8fc7069e7 (patch)
tree53c1e4ad98d716c0c37569661ca08e3ee0598f48
parentDon't build libchip if we are targetting UNIX. (diff)
downloadrtems-1aa9876c055b49a8672276ea80662ce8fc7069e7.tar.bz2
Removed reference to stackchk.h.
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c b/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c
index b095ba6595..4d26d77a6f 100644
--- a/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c
@@ -69,10 +69,6 @@
#include <string.h>
#include <fcntl.h>
-#ifdef STACK_CHECKER_ON
-#include <stackchk.h>
-#endif
-
/*
* The original table from the application and our copy of it with
* some changes.