X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Ffpending.h;fp=gnu%2Ffpending.h;h=53fe5ac76ebd86d0e10b8f38fcc2be83b75f868f;hb=4aa85f09e755fc827cd5ab6225f20c83cd42245d;hp=6dfc099a96f7a3a62acfa9b82583d2b3697972d7;hpb=eb3ba7cb06fdd0f8627b8f117d8453e297e18b64;p=debian%2Ftar diff --git a/gnu/fpending.h b/gnu/fpending.h index 6dfc099a..53fe5ac7 100644 --- a/gnu/fpending.h +++ b/gnu/fpending.h @@ -2,7 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Declare __fpending. - Copyright (C) 2000, 2003, 2005-2006, 2009-2013 Free Software Foundation, + Copyright (C) 2000, 2003, 2005-2006, 2009-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify @@ -22,11 +22,10 @@ #include #include +#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