X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffpending.h;h=4eca3f18e17087803ac4fd729b6883e0329f1c36;hb=8866a241ddbf4a459347b7147e325f539e4c07fe;hp=0228e4b161745ebbc85ee7fec495c5caba504335;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/fpending.h b/lib/fpending.h index 0228e4b16..4eca3f18e 100644 --- a/lib/fpending.h +++ b/lib/fpending.h @@ -1,6 +1,7 @@ /* Declare __fpending. - Copyright (C) 2000, 2003, 2005-2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2000, 2003, 2005-2006, 2009-2013 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 @@ -19,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 +#ifndef __fpending size_t __fpending (FILE *); #endif