aboutsummaryrefslogtreecommitdiffstats
path: root/liberror.7
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-13 22:00:04 +0200
committerMattias Andrée <maandree@kth.se>2019-04-13 22:00:04 +0200
commit05ad06600b712a29bc99a65ae89f38d4d8f30371 (patch)
tree1d7d8a6ac3b83c0150635a2e81dd51d4e648e4b3 /liberror.7
parentDocument fields for error details (diff)
downloadliberror-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.710
1 files changed, 9 insertions, 1 deletions
diff --git a/liberror.7 b/liberror.7
index cfa4cc3..c4c7589 100644
--- a/liberror.7
+++ b/liberror.7
@@ -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)