projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f7220a
)
declare __fpending only if necessary
author
Jim Meyering
<jim@meyering.net>
Mon, 28 Aug 2000 14:55:18 +0000
(14:55 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 28 Aug 2000 14:55:18 +0000
(14:55 +0000)
lib/__fpending.h
patch
|
blob
|
history
diff --git
a/lib/__fpending.h
b/lib/__fpending.h
index 2130c9071123b321e2ff1e75ee3510bb175ac806..a59bc58d50b40e13b0f39aa793f4c9da607ace51 100644
(file)
--- a/
lib/__fpending.h
+++ b/
lib/__fpending.h
@@
-10,4
+10,9
@@
#include <sys/types.h>
+#ifndef HAVE_DECL___FPENDING
+"this configure-time declaration test was not run"
+#endif
+#if !HAVE_DECL___FPENDING
size_t __fpending (FILE *);
+#endif