This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH] Fix binutils build with recent glibcs
- From: Alan Modra <amodra at bigpond dot net dot au>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: binutils at sources dot redhat dot com
- Date: Mon, 7 Mar 2005 20:34:33 +1030
- Subject: Re: [PATCH] Fix binutils build with recent glibcs
- References: <20050307090255.GP4777@sunsite.mff.cuni.cz>
On Mon, Mar 07, 2005 at 10:02:55AM +0100, Jakub Jelinek wrote:
> * opncls.c (opncls_bread, opncls_bclose): Fix if pread resp.
> close is a function like macro in system headers.
OK. I don't think anyone would have complained if you committed this
as obvious. OTOH, it's extremely easy to review. :)
This sort of problem is why I prefer to use the old K&R syntax for
function calls via pointers. I won't be changing
(*_bfd_error_handler) (...) to _bdf_error_handler (...) in a hurry. ;-)
--
Alan Modra
IBM OzLabs - Linux Technology Centre