projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70db421
)
sandbox: mark os_exit as noreturn
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 26 Feb 2012 22:46:30 +0000
(17:46 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 12 Mar 2012 15:06:48 +0000
(11:06 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/os.h
patch
|
blob
|
history
diff --git
a/include/os.h
b/include/os.h
index 45729c1e44f67f5176dbc161dc2fca12feaa10f9..699682a4089beed0869c88fbf5974243aa647221 100644
(file)
--- a/
include/os.h
+++ b/
include/os.h
@@
-95,7
+95,7
@@
int os_close(int fd);
*
* @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