X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fopenat-die.c;h=4accca0b2fa9d5d5936e30026aa09780bd975a99;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=b06472a2d66f9b389e4a1bfac5df63390b2d618b;hpb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;p=debian%2Ftar diff --git a/gnu/openat-die.c b/gnu/openat-die.c index b06472a2..4accca0b 100644 --- a/gnu/openat-die.c +++ b/gnu/openat-die.c @@ -1,8 +1,6 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Report a save- or restore-cwd failure in our openat replacement and then exit. - Copyright (C) 2005-2006, 2008-2013 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2008-2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,7 +30,7 @@ #include "gettext.h" #define _(msgid) gettext (msgid) -void +_Noreturn void openat_save_fail (int errnum) { #ifndef GNULIB_LIBPOSIX @@ -51,7 +49,7 @@ openat_save_fail (int errnum) during an openat emulation. The caller must ensure that fd 2 is not a just-opened fd, even when openat_safer is not in use. */ -void +_Noreturn void openat_restore_fail (int errnum) { #ifndef GNULIB_LIBPOSIX