mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-04 02:32:32 +00:00
sandbox: mark os_exit as noreturn
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
70db4212fc
commit
9d72e67b79
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ int os_close(int fd);
|
||||||
*
|
*
|
||||||
* @param exit_code exit code for U-Boot
|
* @param exit_code exit code for U-Boot
|
||||||
*/
|
*/
|
||||||
void os_exit(int exit_code);
|
void os_exit(int exit_code) __attribute__((noreturn));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Put tty into raw mode to mimic serial console better
|
* Put tty into raw mode to mimic serial console better
|
||||||
|
|
Loading…
Add table
Reference in a new issue