diff options
author | Steve Ellcey <sellcey@mips.com> | 2014-08-13 22:23:16 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2014-08-13 22:23:16 +0000 |
commit | c6f9ea3b5e856e14a9fa9ffd237fc9fdc16487fb (patch) | |
tree | 20304ca2798334cd6bfacb6aa5cb56c8b02878da /libgcc/crtstuff.c | |
parent | c6b3f349f5ec77b0d91c1105dad4a4138c9aa0ba (diff) | |
download | gcc-c6f9ea3b5e856e14a9fa9ffd237fc9fdc16487fb.zip gcc-c6f9ea3b5e856e14a9fa9ffd237fc9fdc16487fb.tar.gz gcc-c6f9ea3b5e856e14a9fa9ffd237fc9fdc16487fb.tar.bz2 |
crtstuff.c: Undef caddr_t.
2014-08-13 Steve Ellcey <sellcey@mips.com>
* crtstuff.c: Undef caddr_t.
From-SVN: r213931
Diffstat (limited to 'libgcc/crtstuff.c')
-rw-r--r-- | libgcc/crtstuff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/crtstuff.c b/libgcc/crtstuff.c index 2c56af3..9d5399a 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 |