aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fpending.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fpending.c')
-rw-r--r--lib/fpending.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/fpending.c b/lib/fpending.c
index 7bc235deda2..de370d4b10f 100644
--- a/lib/fpending.c
+++ b/lib/fpending.c
@@ -24,6 +24,9 @@
24 24
25#include "stdio-impl.h" 25#include "stdio-impl.h"
26 26
27/* This file is not used on systems that already have the __fpending function,
28 namely glibc >= 2.2, Solaris >= 7, Android API >= 23. */
29
27/* Return the number of pending (aka buffered, unflushed) 30/* Return the number of pending (aka buffered, unflushed)
28 bytes on the stream, FP, that is open for writing. */ 31 bytes on the stream, FP, that is open for writing. */
29size_t 32size_t