]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: Fix missing reference to the mmap function [BZ #20473]
authorCollin Funk <collin.funk1@gmail.com>
Tue, 30 Sep 2025 03:14:24 +0000 (20:14 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Fri, 3 Oct 2025 21:42:41 +0000 (14:42 -0700)
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
manual/setjmp.texi

index 7092a0dde2db70100f0c157e953951076ae4bf43..6b044bd1f90a06828ac0175a0e8f16a988bbcc7d 100644 (file)
@@ -347,7 +347,7 @@ programs would fail.  Examples for such code include the calling
 sequences the GNU C compiler generates for calls to nested functions.
 Safe ways to allocate stacks correctly include using memory on the
 original thread's stack or explicitly allocating memory tagged for
-execution using (@pxref{Memory-mapped I/O}).
+execution using @code{mmap} (@pxref{Memory-mapped I/O}).
 
 @strong{Compatibility note}: The current Unix standard is very imprecise
 about the way the stack is allocated.  All implementations seem to agree