X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffpending.h;h=306a083e34ace20c713b43ef89f11a1783c78473;hb=8e0f64e4cd12f7779113bc438afd106dad3e1f1a;hp=5b5d71c0240f0a683ad0963e972b883783df6657;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/fpending.h b/lib/fpending.h index 5b5d71c02..306a083e3 100644 --- a/lib/fpending.h +++ b/lib/fpending.h @@ -1,6 +1,6 @@ /* Declare __fpending. - Copyright (C) 2000, 2003, 2005-2006, 2009-2012 Free Software Foundation, + Copyright (C) 2000, 2003, 2005-2006, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify @@ -20,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 -size_t __fpending (FILE *); +#if !HAVE_DECL___FPENDING +size_t __fpending (FILE *) _GL_ATTRIBUTE_PURE; #endif