aboutsummaryrefslogtreecommitdiff
path: root/libgcc/crtstuff.c
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-13 22:23:16 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-13 22:23:16 +0000
commit170304d3b675192e9d4f5574bc4b8b390e376e4f (patch)
tree20304ca2798334cd6bfacb6aa5cb56c8b02878da /libgcc/crtstuff.c
parent974de9793789895e346bbe7a6304d4149ba02418 (diff)
2014-08-13 Steve Ellcey <sellcey@mips.com>
* crtstuff.c: Undef caddr_t. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@213931 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/crtstuff.c')
-rw-r--r--libgcc/crtstuff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/crtstuff.c b/libgcc/crtstuff.c
index 2c56af32d60..9d5399acb5e 100644
--- a/libgcc/crtstuff.c
+++ b/libgcc/crtstuff.c
@@ -52,6 +52,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
identified the set of defines that need to go into auto-target.h,
this will have to do. */
#include "auto-host.h"
+#undef caddr_t
#undef pid_t
#undef rlim_t
#undef ssize_t