mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
lib/util: declare smb_panic_default() as _NORETURN_
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
835c95cb77
commit
cc2bc23e46
@ -114,6 +114,7 @@ _PUBLIC_ const char *panic_action = NULL;
|
||||
/*
|
||||
default smb_panic() implementation
|
||||
*/
|
||||
static void smb_panic_default(const char *why) _NORETURN_;
|
||||
static void smb_panic_default(const char *why)
|
||||
{
|
||||
#if defined(HAVE_PRCTL) && defined(PR_SET_PTRACER)
|
||||
|
Reference in New Issue
Block a user