diff options
author | Esben Haabendal <eha@dev.doredevelopment.dk> | 2011-04-06 20:15:23 +0200 |
---|---|---|
committer | Esben Haabendal <eha@dev.doredevelopment.dk> | 2011-04-06 20:15:23 +0200 |
commit | 42e908c44b265f8e0b822b4c0f56e0caa7f9f304 (patch) | |
tree | faf91cd9ad0863bbb98c5992508968faa7426996 /scripts/functions | |
parent | c0800dc7b51019fea1ea09843031e7cb0a8d62e6 (diff) | |
download | crosstool-ng-42e908c44b265f8e0b822b4c0f56e0caa7f9f304.tar.gz crosstool-ng-42e908c44b265f8e0b822b4c0f56e0caa7f9f304.tar.bz2 crosstool-ng-42e908c44b265f8e0b822b4c0f56e0caa7f9f304.zip |
libc/glibc: workaround for autoconf'ed define of caddr_t
When building canadian cross compiler, I have some trouble with
configure defining caddr_t as a macro, like:
#define caddr_t char *
When combined with the types.h where caddr_t is protected together
with daddr_t, the typedef of caddr_t breaks.
This patch works around it by protecting the caddr_t typedef
specifically.
I am uncertain as to the real cause and solution to this :-(
Signed-off-by: Esben Haabendal <eha@dev.doredevelopment.dk>
Diffstat (limited to 'scripts/functions')
0 files changed, 0 insertions, 0 deletions