X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsigpipe-die.h;h=2e1ac27d7265b6f1e1775f2dd0d3803cd253af99;hb=652e59d2790aaf0fedcd8267ac6fe84f10570d46;hp=c103099cd5c6d65474d6d537cc68a7231a0db248;hpb=96924181b7f9eb0c8b0585467fc3cb2da2766a4f;p=gnulib.git diff --git a/lib/sigpipe-die.h b/lib/sigpipe-die.h index c103099cd..2e1ac27d7 100644 --- a/lib/sigpipe-die.h +++ b/lib/sigpipe-die.h @@ -41,8 +41,6 @@ #ifndef _SIGPIPE_DIE_H #define _SIGPIPE_DIE_H -#include - #ifdef __cplusplus extern "C" { #endif @@ -50,7 +48,7 @@ extern "C" { /* Emit an error message indicating a SIGPIPE signal, and terminate the process with an error code. */ -extern noreturn void sigpipe_die (void); +extern _Noreturn void sigpipe_die (void); /* Install a SIGPIPE handler that invokes PREPARE_DIE and then emits an error message and exits. PREPARE_DIE may be NULL, meaning a no-op. */