From 56c091e25fd6cbf81082476f5e8fc3f779d0d31b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 2 Nov 2009 11:11:37 +0000 Subject: [PATCH] =?UTF-8?q?2009-11-02=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tmoverhd/system.h: Add prototype for Empty_directive(); --- testsuites/tmtests/ChangeLog | 4 ++++ testsuites/tmtests/tmoverhd/system.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/testsuites/tmtests/ChangeLog b/testsuites/tmtests/ChangeLog index a7953c443c..254d6d3dbf 100644 --- a/testsuites/tmtests/ChangeLog +++ b/testsuites/tmtests/ChangeLog @@ -1,3 +1,7 @@ +2009-11-02 Ralf Corsépius + + * tmoverhd/system.h: Add prototype for Empty_directive(); + 2009-11-01 Ralf Corsépius * tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s. diff --git a/testsuites/tmtests/tmoverhd/system.h b/testsuites/tmtests/tmoverhd/system.h index 32b2f03b8c..c9ecc2188c 100644 --- a/testsuites/tmtests/tmoverhd/system.h +++ b/testsuites/tmtests/tmoverhd/system.h @@ -38,7 +38,7 @@ extern rtems_task task_func(void); extern void null_func(void); -extern rtems_status_code Empty_directive(); +extern rtems_status_code Empty_directive(void); #include