mirror of
https://github.com/ianlancetaylor/libbacktrace.git
synced 2026-03-13 13:59:07 +08:00
libbacktrace: remove extra characters in README.md
This commit is contained in:
committed by
GitHub
parent
3d0be55844
commit
531aec7c52
@@ -14,7 +14,7 @@ occurs or to gather detailed profiling information.
|
|||||||
In general the functions provided by this library are async-signal-safe,
|
In general the functions provided by this library are async-signal-safe,
|
||||||
meaning that they may be safely called from a signal handler.
|
meaning that they may be safely called from a signal handler.
|
||||||
That said, on systems that use `dl_iterate_phdr`, such as GNU/Linux,
|
That said, on systems that use `dl_iterate_phdr`, such as GNU/Linux,
|
||||||
gitthe first call to a libbacktrace function will call `dl_iterate_phdr`,
|
the first call to a libbacktrace function will call `dl_iterate_phdr`,
|
||||||
which is not in general async-signal-safe. Therefore, programs
|
which is not in general async-signal-safe. Therefore, programs
|
||||||
that call libbacktrace from a signal handler should ensure that they
|
that call libbacktrace from a signal handler should ensure that they
|
||||||
make an initial call from outside of a signal handler.
|
make an initial call from outside of a signal handler.
|
||||||
|
|||||||
Reference in New Issue
Block a user