2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* tmoverhd/system.h: Add prototype for Empty_directive();
This commit is contained in:
Ralf Corsepius
2009-11-02 11:11:37 +00:00
parent 817594bfc6
commit 56c091e25f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmoverhd/system.h: Add prototype for Empty_directive();
2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.

View File

@@ -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 <timesys.h>