diff options
author | Mattias Andrée <maandree@kth.se> | 2019-04-13 00:54:19 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-04-13 00:54:19 +0200 |
commit | fd574dba64c0b59b0b750bc892237a0c6897d1b0 (patch) | |
tree | 9e58140413193ffa3cfcfd87881d839139bb9605 | |
parent | Enable prefetching backtace (diff) | |
download | liberror-fd574dba64c0b59b0b750bc892237a0c6897d1b0.tar.gz liberror-fd574dba64c0b59b0b750bc892237a0c6897d1b0.tar.bz2 liberror-fd574dba64c0b59b0b750bc892237a0c6897d1b0.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ A library that provides a single interface for error handling. Specifically this is intended for cases where some errors are -errno errors or other libc errors and there are library -specific, maybe multiple library, errors. +errno errors or other libc errors and there are library-specific, +maybe for multiple libraries, errors. The errors are thread-local, support error description, error source string (which function failed), and error code with |