diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-01 16:32:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-01 16:32:56 +0000 |
commit | 72fe171d0386492bb05a9a5ad7393641da4f2053 (patch) | |
tree | f45f40d6a5bc5659c0b9fd39da5128a8f8822728 | |
parent | 2238537c36f8e9a788aa97a47001ef24cf5b969a (diff) | |
download | newlib-72fe171d0386492bb05a9a5ad7393641da4f2053.zip newlib-72fe171d0386492bb05a9a5ad7393641da4f2053.tar.gz newlib-72fe171d0386492bb05a9a5ad7393641da4f2053.tar.bz2 |
oops - undo accidental change commited with a different patch
-rw-r--r-- | newlib/libc/include/errno.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/include/errno.h b/newlib/libc/include/errno.h index 7c14597..81eaef7 100644 --- a/newlib/libc/include/errno.h +++ b/newlib/libc/include/errno.h @@ -2,7 +2,6 @@ #define __ERRNO_H__ typedef int error_t; -#define __error_t_defined #include <sys/errno.h> |