From c44549f66bcfad88017c8fd15e136f5183a35204 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Wed, 21 Jan 2004 01:05:07 +0000 Subject: [PATCH] Clarify that unw_getcontext() may be a macro. (Logical change 1.156) --- doc/unw_getcontext.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/unw_getcontext.tex b/doc/unw_getcontext.tex index a040af58..3356deb7 100644 --- a/doc/unw_getcontext.tex +++ b/doc/unw_getcontext.tex @@ -23,6 +23,9 @@ platform-specific, but, in general, at least all preserved (``callee-saved'') and all frame-related registers, such as the stack-pointer, will be stored. +This routine is normally implemented as a macro and applications +should not attempt to take its address. + \section{Return Value} On successful completion, \Func{unw\_getcontext}() returns 0.