mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
Mark noreturn functions
This commit is contained in:

committed by
cgzones

parent
b85a31415e
commit
e719a85994
@ -8,6 +8,8 @@ Released under the GNU GPL, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
void CRT_handleSIGSEGV(int sgn);
|
||||
#include "Macros.h"
|
||||
|
||||
void CRT_handleSIGSEGV(int sgn) ATTR_NORETURN;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user