From b511e18f63772060c6f35a22f54ed8c4215b94f1 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Wed, 31 Mar 2004 07:42:38 +0000 Subject: [PATCH] Allow this routine to be called from a signal handler when unwinding in the local address-space. (Logical change 1.200) --- doc/unw_get_proc_name.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/unw_get_proc_name.tex b/doc/unw_get_proc_name.tex index 96202a7a..c9c52b67 100644 --- a/doc/unw_get_proc_name.tex +++ b/doc/unw_get_proc_name.tex @@ -48,8 +48,9 @@ returned. \section{Thread and Signal Safety} -\Func{unw\_get\_proc\_name}() is thread-safe but \emph{not} safe to -use from a signal handler. +\Func{unw\_get\_proc\_name}() is thread-safe. If cursor \Var{cp} is +in the local address-space, this routine is also safe to use from a +signal handler. \section{Errors}