libbacktrace: remove extra characters in README.md

This commit is contained in:
Benjamin Peterson
2024-10-20 16:56:59 -07:00
committed by GitHub
parent 3d0be55844
commit 531aec7c52

View File

@@ -14,7 +14,7 @@ occurs or to gather detailed profiling information.
In general the functions provided by this library are async-signal-safe,
meaning that they may be safely called from a signal handler.
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
that call libbacktrace from a signal handler should ensure that they
make an initial call from outside of a signal handler.