This is the mail archive of the gdb-prs@sourceware.org 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]

[Bug gdb/8508] struct environ clashes with strdlib.h on MinGW.


------- Additional Comments From pedro at codesourcery dot com  2008-12-28 00:31 -------
Fixed by:

2005-03-08  Mark Mitchell  <mark@codesourcery.com>

        * environ.h (struct environ): Rename to ...
        (struct gdb_environ): ... this.
        (make_environ): Update prototype.
        (free_environ): Likewise.
        (init_environ): Likewise.
        (get_in_environ): Likewise.
        (set_in_environ): Likewise.
        (unset_in_environ): Likewise.
        (environ_vector): Likewise.
        * environ.c (make_environ): Replace "struct environ" with "struct
        gdb_environ".
        (free_environ): Likewise.
        (init_environ): Likewise.
        (environ_vector): Likewise.
        (get_in_environ): Likewise.
        (set_in_environ): Likewise.
        (unset_in_environ): Likewise.
        * infcmd.c (inferior_environ): Likewise.
        * inferior.h (inferior_environ): Likewise.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=8508

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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