commit | 927a15cb70d600b7f8d344688c97edfb1ba1d0ad | [log] [tgz] |
---|---|---|
author | Jan Stancek <jstancek@redhat.com> | Thu Sep 11 11:11:45 2014 +0200 |
committer | Jan Stancek <jstancek@redhat.com> | Fri Sep 12 11:17:55 2014 +0200 |
tree | 6a99e55651e942bacb48edb1539852e3ab0ed834 | |
parent | d1e94ff98dfd1381fa4c66d58e87866f99b6b72d [diff] |
lib: implement TRERRNO TRERRNO outputs errno information stored in TEST_RETURN. For example, this can be used for pthread-style API, where functions do not set errno on error, but return error code directly. Signed-off-by: Jan Stancek <jstancek@redhat.com> Acked-by: Cyril Hrubis <chrubis@suse.cz>