fpending: port to recent Cygwin change to stdio_ext.h
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Aug 2013 23:36:16 +0000 (16:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Aug 2013 23:36:39 +0000 (16:36 -0700)
commit3f5bf99e1290a6b46133385cc7c7515f96f4098b
tree46421fdb2005f0c00f9bf16adfef52c255bd744d
parent1d1640c57b427c893835b9fec05bc547975fc6e5
fpending: port to recent Cygwin change to stdio_ext.h

Reported by LRN in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-08/msg00028.html>.
* lib/fpending.h: Don't worry about HAVE_DECL___FPENDING;
just declare __fpending unless it's a macro.
A duplicate decl shouldn't hurt.
* m4/fpending.m4 (gl_FUNC_FPENDING): Check that an __fpending
call compiles and links, instead of separately checking for
decl and lib function.
* modules/fpending (configure-ac):
Adjust to fpending.m4's renaming of shell variable.
ChangeLog
lib/fpending.h
m4/fpending.m4
modules/fpending