forked from Imagelibrary/rtems
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* bspcmdline01/init.c: Fix assert conditional.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
|
* bspcmdline01/init.c: Fix assert conditional.
|
||||||
|
|
||||||
2010-04-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2010-04-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
|
* POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ void test_errors(void)
|
|||||||
bsp_boot_cmdline = "edit";
|
bsp_boot_cmdline = "edit";
|
||||||
puts ( "rtems_bsp_cmdline_get_param - bsp_boot_cmdline = edit name = edit -no error" );
|
puts ( "rtems_bsp_cmdline_get_param - bsp_boot_cmdline = edit name = edit -no error" );
|
||||||
p = rtems_bsp_cmdline_get_param("edit", result, 5);
|
p = rtems_bsp_cmdline_get_param("edit", result, 5);
|
||||||
rtems_test_assert( p == NULL );
|
rtems_test_assert( p != NULL );
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_search(
|
void test_search(
|
||||||
|
|||||||
Reference in New Issue
Block a user