File:  [DVB] / dietlibc / libstdio / __fpending.c
Revision 1.1: download - view: text, annotated - select for diffs
Tue Jun 19 12:53:48 2012 UTC (11 years, 11 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
try to accomodate current pedantic gnu configure scripts

#include <stdio_ext.h>
#include "dietstdio.h"

size_t __fpending(FILE* stream) {
  return stream->bm;
}

LinuxTV legacy CVS <linuxtv.org/cvs>