X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Ffpending.h;h=5a1b2ad9442c168fa6f8f57a0ad1aa5ea5eb3d68;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=5ffebc87d37066f82a7efb94b2b87a9af63397cb;hpb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6;p=debian%2Ftar diff --git a/gnu/fpending.h b/gnu/fpending.h index 5ffebc87..5a1b2ad9 100644 --- a/gnu/fpending.h +++ b/gnu/fpending.h @@ -1,8 +1,6 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Declare __fpending. - Copyright (C) 2000, 2003, 2005-2006, 2009-2010 Free Software Foundation, + Copyright (C) 2000, 2003, 2005-2006, 2009-2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify @@ -22,15 +20,10 @@ #include #include - -#ifndef HAVE_DECL___FPENDING -"this configure-time declaration test was not run" +#if HAVE_STDIO_EXT_H +# include #endif -#if HAVE_DECL___FPENDING -# if HAVE_STDIO_EXT_H -# include -# endif -#else -size_t __fpending (FILE *); +#if !HAVE_DECL___FPENDING +size_t __fpending (FILE *) _GL_ATTRIBUTE_PURE; #endif