X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffpending.h;h=4eca3f18e17087803ac4fd729b6883e0329f1c36;hb=8866a241ddbf4a459347b7147e325f539e4c07fe;hp=8a8aabcc22007e0c0dc0df9ebb985626978bd820;hpb=3d9dacd0b6e872d8caa7fd2c757767b3288d80c3;p=gnulib.git diff --git a/lib/fpending.h b/lib/fpending.h index 8a8aabcc2..4eca3f18e 100644 --- a/lib/fpending.h +++ b/lib/fpending.h @@ -1,11 +1,12 @@ /* Declare __fpending. - Copyright (C) 2000, 2003, 2005, 2006 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 + 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 - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,22 +14,16 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + along with this program. If not, see . Written by Jim Meyering. */ #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