diff options
author | Mattias Andrée <maandree@kth.se> | 2019-04-13 22:00:04 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-04-13 22:00:04 +0200 |
commit | 05ad06600b712a29bc99a65ae89f38d4d8f30371 (patch) | |
tree | 1d7d8a6ac3b83c0150635a2e81dd51d4e648e4b3 /liberror.7 | |
parent | Document fields for error details (diff) | |
download | liberror-05ad06600b712a29bc99a65ae89f38d4d8f30371.tar.gz liberror-05ad06600b712a29bc99a65ae89f38d4d8f30371.tar.bz2 liberror-05ad06600b712a29bc99a65ae89f38d4d8f30371.tar.xz |
Add liberror_start and liberror_end
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'liberror.7')
-rw-r--r-- | liberror.7 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -55,6 +55,12 @@ backtrace if the .B liberror-backtrace library is also linked, the errors cause, and optionally remove the error for the calling thread. +.TP +.BR liberror_start (3) +Shall be called when entering a signal handler. +.TP +.BR liberror_end (3) +Shall be called when a signal handler exits. .SH ERRORS None. .SH EXAMPLES @@ -70,6 +76,7 @@ None. .SH SEE ALSO .BR liberror.h (0), .BR liberror_copy_error (3), +.BR liberror_end (3), .BR liberror_free_error (3), .BR liberror_get_error (3), .BR liberror_print_bactrace (3), @@ -77,4 +84,5 @@ None. .BR liberror_reset_error (3), .BR liberror_save_backtrace (3), .BR liberror_set_error (3), -.BR liberror_set_error_errno (3) +.BR liberror_set_error_errno (3), +.BR liberror_start (3) |