aboutsummaryrefslogtreecommitdiff
path: root/lib/__fpending.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-04-21 17:53:10 +0000
committerXin LI <delphij@FreeBSD.org>2010-04-21 17:53:10 +0000
commit7915ffb8ffcf218eff92927a23893dc8aa01830c (patch)
treeacadf0d2eca47daa7a656cf8954ad9cef849f7a1 /lib/__fpending.h
parentda2802fe8cbc451108a53a7267173a7c5d1b3df1 (diff)
Notes
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 000000000000..5a5158216c1a
--- /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