diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-24 12:36:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-24 12:36:08 +0000 |
commit | 71853f09cc829a83391b4a1b1bb62944d41c99ba (patch) | |
tree | 923b9a0bdbf2d0a3b044f840b55e525276db8b13 /newlib | |
parent | 5d9a7c875abcd2b551804774e2331a16d47b4f54 (diff) | |
download | newlib-71853f09cc829a83391b4a1b1bb62944d41c99ba.zip newlib-71853f09cc829a83391b4a1b1bb62944d41c99ba.tar.gz newlib-71853f09cc829a83391b4a1b1bb62944d41c99ba.tar.bz2 |
Add support for h8300hn and h8300sn
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/libc/include/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/errno.h b/newlib/libc/include/errno.h index 81eaef7..7c14597 100644 --- a/newlib/libc/include/errno.h +++ b/newlib/libc/include/errno.h @@ -2,6 +2,7 @@ #define __ERRNO_H__ typedef int error_t; +#define __error_t_defined #include <sys/errno.h> |