From f2a163ee1ce1defcf082644762fef2472693be06 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 26 Aug 2000 12:04:13 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 6 ++++++ lib/__fpending.c | 3 +-- lib/__fpending.h | 8 ++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 lib/__fpending.h diff --git a/lib/ChangeLog b/lib/ChangeLog index 301e187fda..dcacfcfa31 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2000-08-26 Jim Meyering + + * Makefile.am (noinst_HEADERS): Add __fpending.h. + * __fpending.c: New file. + * __fpending.h: New file. + 2000-08-07 Paul Eggert Standardize on "memory exhausted" instead of "Memory exhausted" diff --git a/lib/__fpending.c b/lib/__fpending.c index a761b97a37..a872102abf 100644 --- a/lib/__fpending.c +++ b/lib/__fpending.c @@ -21,8 +21,7 @@ # include #endif -#include -#include +#include "__fpending.h" size_t __fpending (FILE *fp) diff --git a/lib/__fpending.h b/lib/__fpending.h new file mode 100644 index 0000000000..01614ab04b --- /dev/null +++ b/lib/__fpending.h @@ -0,0 +1,8 @@ +#if HAVE_CONFIG_H +# include +#endif + +#include +#include + +size_t __fpending (FILE *); -- 2.30.2