[lib/ChangeLog]
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Sep 2006 17:59:19 +0000 (17:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Sep 2006 17:59:19 +0000 (17:59 +0000)
commit8e10ce2ac4853d26744a6ac45678dd78ee5b055a
tree28694600648c1eeb4d6de17ad84ecff7f0ffa69e
parent95ab9c0f99bc4650dc004e5ba3640b63746f593c
[lib/ChangeLog]
* __fpending.h: Don't include <stdio_ext.h> unless
HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
it causes <stdio_ext.h> to cause a compile-time error.
Problem reported by Nelson H. F. Beebe.
* getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
of HAVE_DECL___PENDING.
[m4/ChangeLog]
* fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
* getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's declaration.
lib/ChangeLog
lib/__fpending.h
lib/getpass.c
m4/ChangeLog
m4/fpending.m4
m4/getpass.m4