diff options
author | Reiko Asakura | 2020-09-14 13:12:24 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-09-14 13:12:24 -0400 |
commit | 270e012f8a32eae6ef8a6fdc2837cbc25a1590c4 (patch) | |
tree | 3c21112c42e52f7bf8e5eb94d5d47d4225b9baba /include | |
parent | Add ScePafStdc function prototypes (diff) | |
download | vds-libraries-270e012f8a32eae6ef8a6fdc2837cbc25a1590c4.tar.gz |
Add noreturn attribute to sceClibAbort
Diffstat (limited to 'include')
-rw-r--r-- | include/user/kernel/clib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/user/kernel/clib.h b/include/user/kernel/clib.h index a09c256..7367686 100644 --- a/include/user/kernel/clib.h +++ b/include/user/kernel/clib.h @@ -13,6 +13,7 @@ extern "C" { * * @return none */ +__attribute__((__noreturn__)) void sceClibAbort(void); char sceClibLookCtypeTable(char ch); |