summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk/check.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-13 22:16:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-13 22:16:36 +0000
commit8bde6ea9cabc1a978fc30c973079cf8af09f5d94 (patch)
treed64286bdf520b295e967f14127bf9b6a971d10f7 /cpukit/libmisc/stackchk/check.c
parentfixed bug when outbyte had argument in wrong order relative to those invoking it (diff)
downloadrtems-8bde6ea9cabc1a978fc30c973079cf8af09f5d94.tar.bz2
removed post switch extension
Diffstat (limited to 'cpukit/libmisc/stackchk/check.c')
-rw-r--r--cpukit/libmisc/stackchk/check.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c
index 35b568e090..bf5bda7fdc 100644
--- a/cpukit/libmisc/stackchk/check.c
+++ b/cpukit/libmisc/stackchk/check.c
@@ -47,7 +47,6 @@ rtems_extensions_table Stack_check_Extension_table = {
0, /* rtems_task_restart */
0, /* rtems_task_delete */
Stack_check_Switch_extension, /* task_switch */
- 0, /* task_post_switch */
Stack_check_Begin_extension, /* task_begin */
0, /* task_exitted */
Stack_check_Fatal_extension, /* fatal */