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: PATCH: Rename "struct environ" to "struct gdb_environ"


Daniel Jacobowitz wrote:
On Tue, Mar 08, 2005 at 02:01:38PM -0800, Mark Mitchell wrote:

Some versions of the MinGW <stdlib.h> defines an "environ" macro.
That conflicts with "struct environ" in GDB.  This patch replaces
"struct environ" with "struct gdb_environ" to avoid the problem.

OK to apply?


Yes, this is OK.  environ.[ch] and inferior.h also need copyright year
updates - and please add 2004 for inferior.h while you're there.

Done, thanks.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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