X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Ffpending.h;fp=gnu%2Ffpending.h;h=5ffebc87d37066f82a7efb94b2b87a9af63397cb;hb=29ece34f44a27750bbfd76154ad9882580453dc7;hp=0000000000000000000000000000000000000000;hpb=d5a7e356d395fe65871629bb9f7ddc17e1bebada;p=debian%2Ftar diff --git a/gnu/fpending.h b/gnu/fpending.h new file mode 100644 index 00000000..5ffebc87 --- /dev/null +++ b/gnu/fpending.h @@ -0,0 +1,36 @@ +/* -*- 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, + 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 + 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 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + 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, see . + + Written by Jim Meyering. */ + +#include +#include + +#ifndef HAVE_DECL___FPENDING +"this configure-time declaration test was not run" +#endif + +#if HAVE_DECL___FPENDING +# if HAVE_STDIO_EXT_H +# include +# endif +#else +size_t __fpending (FILE *); +#endif