commit | ce3b2edef36c553a7667ef91a3848c373de5b56b | [log] [tgz] |
---|---|---|
author | Michael Hope <mlhx@google.com> | Sat Dec 30 14:25:34 2017 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Sun Jan 07 14:12:56 2018 -0500 |
tree | ca4c3088b63553850bf22e219512c3565c7b4448 | |
parent | 1e107672002ef08bf3cd8ab5fd0fc067795f4c51 [diff] |
libc: add EILSEQ for use in reporting checksum failure. This code is commonly used in the Linux kernel for reporting a retryable error like a failed CRC. This name and value is already present in Linux and newlib. Signed-off-by: Michael Hope <mlhx@google.com>