makecontext.3: grfix

This commit is contained in:
Michael Kerrisk 2008-11-07 20:57:48 -05:00
parent 7acf73dc37
commit 515ad54217
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ However, doing this is not guaranteed to be portable,
is undefined according to the standards,
and won't work on architectures where pointers are larger than
.IR int s.
Nevertheless, starting with version 2.8 glibc makes some changes to
Nevertheless, starting with version 2.8, glibc makes some changes to
.BR makecontext (3),
to permit this on some 64-bit architectures (e.g., x86-64).
.SH EXAMPLE