summaryrefslogtreecommitdiff
path: root/lib/__fpending.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-14 00:19:01 +0000
committerJim Meyering <jim@meyering.net>2004-11-14 00:19:01 +0000
commit9406daed192c90c134d9ae9d7dd011d53912ec05 (patch)
tree6cb5e52232b7d670bf4e6d0f265f5d87075a9959 /lib/__fpending.h
parent8ce39412c36b88ba0b2d396eb2fb2163ecd8c25a (diff)
downloadcoreutils-9406daed192c90c134d9ae9d7dd011d53912ec05.tar.xz
Restore these files. They're useful after all.
Diffstat (limited to 'lib/__fpending.h')
-rw-r--r--lib/__fpending.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/__fpending.h b/lib/__fpending.h
new file mode 100644
index 000000000..5a5158216
--- /dev/null
+++ b/lib/__fpending.h
@@ -0,0 +1,17 @@
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#include <stddef.h>
+#include <stdio.h>
+
+#if HAVE_STDIO_EXT_H
+# include <stdio_ext.h>
+#endif
+
+#ifndef HAVE_DECL___FPENDING
+"this configure-time declaration test was not run"
+#endif
+#if !HAVE_DECL___FPENDING
+size_t __fpending (FILE *);
+#endif