This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Fix perror fileno namespace (bug 17633)
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Fri, 21 Nov 2014 18:30:50 -0800 (PST)
- Subject: Re: Fix perror fileno namespace (bug 17633)
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot DEB dot 2 dot 10 dot 1411211853560 dot 2475 at digraph dot polyomino dot org dot uk>
That change is fine, but I'd be more comfortable if we also changed that
fdopen reference rather than implicitly assuming we'll have the internal
macro forever. perror is already using _IO_* calls, so it can just use
the internal name directly.
Thanks,
Roland