mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 18:27:28 +08:00
Delete unused file
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
|
||||
|
||||
#include <err.h>
|
||||
|
||||
rtems_shell_globals_t *rtems_shell_globals;
|
||||
|
||||
void
|
||||
rtems_shell_exit (int code)
|
||||
{
|
||||
rtems_shell_globals->exit_code = code;
|
||||
longjmp (rtems_shell_globals->exit_jmp, 1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user