summaryrefslogtreecommitdiff
path: root/lib/__fpending.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-08-26 12:04:13 +0000
committerJim Meyering <jim@meyering.net>2000-08-26 12:04:13 +0000
commit15da58e94002280f44c884f60ecf7c0f9d2ef10c (patch)
tree803023d82eacdcea8a706667b2c7f58a0a102f8b /lib/__fpending.h
parent2c45ec88707be7cd9dc7031673656007db50ff61 (diff)
downloadcoreutils-15da58e94002280f44c884f60ecf7c0f9d2ef10c.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/__fpending.h')
-rw-r--r--lib/__fpending.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/__fpending.h b/lib/__fpending.h
new file mode 100644
index 000000000..01614ab04
--- /dev/null
+++ b/lib/__fpending.h
@@ -0,0 +1,8 @@
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#include <stdio.h>
+#include <sys/types.h>
+
+size_t __fpending (FILE *);