diff options
Diffstat (limited to 'winsup/testsuite/libltp')
-rw-r--r-- | winsup/testsuite/libltp/include/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/libltp/include/test.h b/winsup/testsuite/libltp/include/test.h index acfdfdf1b..c4978dc4d 100644 --- a/winsup/testsuite/libltp/include/test.h +++ b/winsup/testsuite/libltp/include/test.h @@ -200,7 +200,7 @@ extern void tst_brkm(int ttype, void (*func)(), const char *arg_fmt, ...); extern void tst_brkloopm(int ttype, void (*func)(), const char *arg_fmt, ...); extern int tst_environ(); -extern void tst_exit(); +extern void tst_exit() __attribute__ ((noreturn)); extern void tst_flush(); /* prototypes for the t_res.c functions */ |