forked from Imagelibrary/rtems
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/shellconfig.h, libmisc/stackchk/stackchk.h: Fix typos.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* libmisc/shell/shellconfig.h, libmisc/stackchk/stackchk.h: Fix typos.
|
||||||
|
|
||||||
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* libmisc/shell/shell.c, libmisc/shell/shell.h: New argument sequence
|
* libmisc/shell/shell.c, libmisc/shell/shell.h: New argument sequence
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ extern rtems_shell_alias_t rtems_shell_EXIT_Alias;
|
|||||||
extern rtems_shell_alias_t *rtems_shell_Initial_aliases[];
|
extern rtems_shell_alias_t *rtems_shell_Initial_aliases[];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Extern for alias commands
|
* Externs for mount command helpers
|
||||||
*/
|
*/
|
||||||
extern rtems_shell_filesystems_t rtems_shell_Mount_MSDOS;
|
extern rtems_shell_filesystems_t rtems_shell_Mount_MSDOS;
|
||||||
extern rtems_shell_filesystems_t rtems_shell_Mount_TFTP;
|
extern rtems_shell_filesystems_t rtems_shell_Mount_TFTP;
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ void rtems_stack_checker_report_usage( void );
|
|||||||
* @param[in] context is the context to pass to the print handler
|
* @param[in] context is the context to pass to the print handler
|
||||||
* @param[in] print is the print handler
|
* @param[in] print is the print handler
|
||||||
*
|
*
|
||||||
* @note It uses the CALLER's routine to print the report.
|
* @note It uses the caller's routine to print the report.
|
||||||
*/
|
*/
|
||||||
void rtems_stack_checker_report_usage_with_plugin(
|
void rtems_stack_checker_report_usage_with_plugin(
|
||||||
void *context,
|
void *context,
|
||||||
|
|||||||
Reference in New Issue
Block a user