]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 26 Aug 2000 12:04:13 +0000 (12:04 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 26 Aug 2000 12:04:13 +0000 (12:04 +0000)
lib/__fpending.h [new file with mode: 0644]

diff --git a/lib/__fpending.h b/lib/__fpending.h
new file mode 100644 (file)
index 0000000..01614ab
--- /dev/null
@@ -0,0 +1,8 @@
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#include <stdio.h>
+#include <sys/types.h>
+
+size_t __fpending (FILE *);