Hash :
211053a0
Author :
Date :
2023-09-14T16:03:36
doc: Mention libucontext. * doc/pastposix-functions/getcontext.texi: Mention libucontext. * doc/pastposix-functions/makecontext.texi: Likewise. * doc/pastposix-functions/setcontext.texi: Likewise. * doc/pastposix-functions/swapcontext.texi: Likewise.
@node makecontext
@section @code{makecontext}
@findex makecontext
POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/makecontext.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
OpenBSD 6.7, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
@end itemize
Note: A third-party implementation is available at
@url{https://github.com/kaniini/libucontext/}.