X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fopenat-die.c;h=a5f17d8a55e14358f37d84356ef671e871ec03ba;hb=3a0f424eeb37dc777d52179e20c9889f3350f2ad;hp=ea36dda8918dc69523650d8b80d20273f93bc410;hpb=86fd2114ac3940e03a02e99658c8df88aed8a235;p=gnulib.git diff --git a/lib/openat-die.c b/lib/openat-die.c index ea36dda89..a5f17d8a5 100644 --- a/lib/openat-die.c +++ b/lib/openat-die.c @@ -1,6 +1,6 @@ /* Report a save- or restore-cwd failure in our openat replacement and then exit. - Copyright (C) 2005-2006, 2008-2011 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2008-2012 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 @@ -37,7 +37,7 @@ openat_save_fail (int errnum) error (exit_failure, errnum, _("unable to record current working directory")); #endif - /* The `noreturn' attribute cannot be applied to error, since it returns + /* _Noreturn cannot be applied to error, since it returns when its first argument is 0. To help compilers understand that this function does not return, call abort. Also, the abort is a safety feature if exit_failure is 0 (which shouldn't happen). */