diff options
Diffstat (limited to 'src/stdio/__fpending.c')
-rw-r--r-- | src/stdio/__fpending.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stdio/__fpending.c b/src/stdio/__fpending.c deleted file mode 100644 index a4334e23..00000000 --- a/src/stdio/__fpending.c +++ /dev/null @@ -1,6 +0,0 @@ -#include "stdio_impl.h" - -size_t __fpending(FILE *f) -{ - return f->wend ? f->wpos - f->wbase : 0; -} |