X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_glue.h;h=d49cc114338273c0c4c9ce6681ea9334660029c6;hb=c952424afa451bb4c2ca04510b2c3994909fbdcb;hp=09f47b7852581cf725ce68480ced2bc264f878f8;hpb=ad3b973c52042b79674b7e8d4317df0ee24680db;p=pdclib.old 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