logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 5534966dacec277867596ec2af030691801a7574
parent 0bb6cefb5042b433540a4921b2f6369e7a36d500
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 10 Oct 2024 23:15:20 -0700

openbsd: Use _Noreturn instead of attribute for __dead

Diffstat:

Mpkg/openbsd/include/sys/cdefs.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/openbsd/include/sys/cdefs.h b/pkg/openbsd/include/sys/cdefs.h @@ -2,4 +2,4 @@ #define __BEGIN_DECLS #define __END_DECLS -#define __dead __attribute__((__noreturn__)) +#define __dead _Noreturn