diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-02-02 16:22:28 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-02-02 16:22:28 +0000 |
commit | 6699fabb916055563b105cda4d0789e862c0760a (patch) | |
tree | add7b8bb2ea817781a3a750ee633c33fbfeb069a /newlib/libc/include/sys/errno.h | |
parent | 48313de63add66d086a202372ca9c0f32449fbcb (diff) | |
download | cygnal-6699fabb916055563b105cda4d0789e862c0760a.tar.gz cygnal-6699fabb916055563b105cda4d0789e862c0760a.tar.bz2 cygnal-6699fabb916055563b105cda4d0789e862c0760a.zip |
2007-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/include/sys/errno.h: Add ECANCELED.
Diffstat (limited to 'newlib/libc/include/sys/errno.h')
-rw-r--r-- | newlib/libc/include/sys/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/errno.h b/newlib/libc/include/sys/errno.h index e0c43de9d..1721ef4c8 100644 --- a/newlib/libc/include/sys/errno.h +++ b/newlib/libc/include/sys/errno.h @@ -148,6 +148,7 @@ extern __IMPORT int sys_nerr; #define ECASECLASH 137 /* Filename exists with different case */ #define EILSEQ 138 #define EOVERFLOW 139 /* Value too large for defined data type */ +#define ECANCELED 140 /* Operation canceled. */ /* From cygwin32. */ #define EWOULDBLOCK EAGAIN /* Operation would block */ |