diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fpending.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fpending.h b/lib/fpending.h index 30d67fcd74f..306a083e34a 100644 --- a/lib/fpending.h +++ b/lib/fpending.h | |||
| @@ -24,6 +24,6 @@ | |||
| 24 | # include <stdio_ext.h> | 24 | # include <stdio_ext.h> |
| 25 | #endif | 25 | #endif |
| 26 | 26 | ||
| 27 | #ifndef __fpending | 27 | #if !HAVE_DECL___FPENDING |
| 28 | size_t __fpending (FILE *) _GL_ATTRIBUTE_PURE; | 28 | size_t __fpending (FILE *) _GL_ATTRIBUTE_PURE; |
| 29 | #endif | 29 | #endif |