diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml index b162b2bf11..24ececd9cb 100644 --- a/man/sd_journal_get_fd.xml +++ b/man/sd_journal_get_fd.xml @@ -230,6 +230,20 @@ else { journal. + + Signal safety + + In general, sd_journal_get_fd(), + sd_journal_get_events(), and sd_journal_get_timeout() + are not "async signal safe" in the meaning of + signal7. + Nevertheless, only the first call to any of those three functions performs unsafe operations, so + subsequent calls are safe. + + sd_journal_process() and sd_journal_wait() are not + safe. sd_journal_reliable_fd() is safe. + + Notes