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]

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


   Date: Sat, 7 Aug 2004 21:55:34 -0700
   From: Joel Brobecker <brobecker@gnat.com>

   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).

Autoconf already handles that.  There should be a "#define vfork fork"
in your config.h.

Mark


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