X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstdio%2F__fpending.c;fp=src%2Fstdio%2F__fpending.c;h=0000000000000000000000000000000000000000;hb=a0b56b947a5a8a58fe2accea7f6d9ee927d70ad4;hp=a4334e2383216340984418b0b5e07ab0540b0dba;hpb=7640497f5f28ddb4aa13528676a99b603320f47e;p=musl 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; -}