Re: [PATCH,fixincludes] Wrap fcntl.h on AIX

2012-09-29 Thread David Edelsohn
On Sat, Sep 29, 2012 at 2:00 PM, Bruce Korb wrote: > Does "make check" complain if a replacement/wrap fix doesn't have a test? > If so, I'll be fixing it when I have time -- towards the end of October. > (The patch I sent a few days ago ought to do it, but I've not fully tested > yet.) > Anyway,

Re: [PATCH,fixincludes] Wrap fcntl.h on AIX

2012-09-29 Thread Bruce Korb
Does "make check" complain if a replacement/wrap fix doesn't have a test? If so, I'll be fixing it when I have time -- towards the end of October. (The patch I sent a few days ago ought to do it, but I've not fully tested yet.) Anyway, looks pretty reasonable to me... On Sat, Sep 29, 2012 at 9:45

[PATCH,fixincludes] Wrap fcntl.h on AIX

2012-09-29 Thread David Edelsohn
AIX fcntl.h redefines "open", which conflicts with g++ fstream header. This patch wraps fcntl.h to use aliases in the same way that stdio.h currently is wrapped. Okay? Thanks, David * inclhack.def (AAB_aix_fcntl): New fix. * fixincl.x: Regenerate. * tests/base/fcntl.h [AAB_AIX_FCNTL_CHECK]: New