X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxmemdup0.h;h=fa1b2f057805fb37dcc6db9c79a1fadcf77f5b59;hb=cea318a913148d825c03a4e45f4553e4cb4e2880;hp=fe083b7bd6e779c70076870ec3a79ad4f54acb9a;hpb=2c2ff7eed84740f5bba5fe72a613e38426ade504;p=gnulib.git diff --git a/lib/xmemdup0.h b/lib/xmemdup0.h index fe083b7bd..fa1b2f057 100644 --- a/lib/xmemdup0.h +++ b/lib/xmemdup0.h @@ -19,7 +19,6 @@ # define XMEMDUP_H_ # include -# include # ifdef __cplusplus @@ -31,7 +30,7 @@ extern "C" { or by using gnulib's xalloc-die module. This is the function to call when one wants the program to die because of a memory allocation failure. */ -extern noreturn void xalloc_die (void); +extern _Noreturn void xalloc_die (void); char *xmemdup0 (void const *p, size_t s);