diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-02 20:49:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-02 20:49:08 +0200 |
commit | f9e52c4acbd8f53da1b083770c6aab9c67cb0368 (patch) | |
tree | 755cb04726fbf6f44b42d94844fd78be6940dd7c /include/errno.h | |
parent | add memcasecmp and wmemcasecmp (diff) | |
download | slibc-f9e52c4acbd8f53da1b083770c6aab9c67cb0368.tar.gz slibc-f9e52c4acbd8f53da1b083770c6aab9c67cb0368.tar.bz2 slibc-f9e52c4acbd8f53da1b083770c6aab9c67cb0368.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | include/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errno.h b/include/errno.h index 9344a8a..fc36695 100644 --- a/include/errno.h +++ b/include/errno.h @@ -23,6 +23,7 @@ /* TODO include error definitions */ +#define ERANGE 34 |