X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Ffpending.h;h=5a1b2ad9442c168fa6f8f57a0ad1aa5ea5eb3d68;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=6dfc099a96f7a3a62acfa9b82583d2b3697972d7;hpb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;p=debian%2Ftar diff --git a/gnu/fpending.h b/gnu/fpending.h index 6dfc099a..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-2013 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,11 +20,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