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