This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFC/AIX] xm-aix4.h - Remove vfork redefine


config/xm-aix4.h contains the following define:

| /* There is no vfork.  */
| 
| #define vfork   fork

I think we should add a (link) test in configure for that. But the other
alternative is to do as we did for HP/UX (but the reason we did it that
way for HP/UX is because vfork is broken on this system).

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]