X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2F__fpending.h;h=a59bc58d50b40e13b0f39aa793f4c9da607ace51;hb=aaea9d07f672ec45a4687a5e99c3994ef41d4491;hp=2130c9071123b321e2ff1e75ee3510bb175ac806;hpb=c030b0fc987251a169b63e7c3d75b5d59351c9aa;p=gnulib.git diff --git a/lib/__fpending.h b/lib/__fpending.h index 2130c9071..a59bc58d5 100644 --- a/lib/__fpending.h +++ b/lib/__fpending.h @@ -10,4 +10,9 @@ #include +#ifndef HAVE_DECL___FPENDING +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL___FPENDING size_t __fpending (FILE *); +#endif