bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

__fpending: shouldn't its parameter be a const pointer?


From: Jim Meyering
Subject: __fpending: shouldn't its parameter be a const pointer?
Date: Tue, 23 Nov 2004 22:58:40 +0100

stdio_ext.h says:

  extern size_t __fpending (FILE *__fp) __THROW;

Yet, shouldn't the parameter be a const pointer?

  extern size_t __fpending (FILE const *__fp) __THROW;

The same goes for __fbufsize, __freading, __fwriting,
__freadable, __fwritable, and __flbf.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]