svn commit: r290110 - in head: include lib/libc/stdio

Wolfgang Jenkner wjenkner at inode.at
Wed Oct 28 18:35:06 UTC 2015


On Wed, Oct 28 2015, Conrad Meyer wrote:

> JHB has a patch floating around to remove all the FILE macros
> and re-private the contents of the FILE struct.  As Bryan
> said already, Perl reaches in directly for the fd number and
> needs to be fixed before that can land.

And Emacs uses _p and _bf (or rather, _bf._base) via a gnulib module:

https://www.gnu.org/software/gnulib/MODULES.html#module=fpending

(the interesting stuff is in fpending.m4).


More information about the svn-src-head mailing list