summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/stackchk/internal.h')
-rw-r--r--cpukit/libmisc/stackchk/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/stackchk/internal.h b/cpukit/libmisc/stackchk/internal.h
index 19c9f5e267..7cecbd6e1a 100644
--- a/cpukit/libmisc/stackchk/internal.h
+++ b/cpukit/libmisc/stackchk/internal.h
@@ -50,7 +50,7 @@ typedef struct {
* Stack_check_Create_extension
*/
-void Stack_check_Create_extension(
+boolean Stack_check_Create_extension(
Thread_Control *running,
Thread_Control *the_thread
);