OSDN Git Service

* crtstuff.c: Undefine gid_t, pid_t, rlim_t, ssize_t, uid_t and
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Nov 2005 01:21:29 +0000 (01:21 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Nov 2005 01:21:29 +0000 (01:21 +0000)
vfork after including auto-host.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106924 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/crtstuff.c

index 188d509..b50e7a5 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-15  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * crtstuff.c: Undefine gid_t, pid_t, rlim_t, ssize_t, uid_t and
+       vfork after including auto-host.h.
+
 2005-11-15  Alan Modra  <amodra@bigpond.net.au>
 
        PR rtl-optimization/22002
index d969ee9..cde7557 100644 (file)
@@ -58,6 +58,12 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
    identified the set of defines that need to go into auto-target.h,
    this will have to do.  */
 #include "auto-host.h"
+#undef gid_t
+#undef pid_t
+#undef rlim_t
+#undef ssize_t
+#undef uid_t
+#undef vfork
 #include "tconfig.h"
 #include "tsystem.h"
 #include "coretypes.h"