From: Jim Meyering Date: Sat, 26 Aug 2000 12:04:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2a163ee1ce1defcf082644762fef2472693be06;p=pspp *** empty log message *** --- 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 *);