X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_glue.h;h=d49cc114338273c0c4c9ce6681ea9334660029c6;hb=48b352165d2cb89126ddde1323a138820687970a;hp=09f47b7852581cf725ce68480ced2bc264f878f8;hpb=7015f5842d05bd5da32523048e4260e60e9e310c;p=pdclib diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index 09f47b7..d49cc11 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -25,7 +25,7 @@ _PDCLIB_BEGIN_EXTERN_C /* A system call that terminates the calling process, returning a given status to the environment. */ -void _PDCLIB_Exit( int status ) _PDCLIB_NORETURN; +_PDCLIB_noreturn void _PDCLIB_Exit( int status ); /* A system call which allocates n pages of memory and returns a pointer to them. On failure, returns NULL