From 211053a0b63f4627cd6c94154c2936a1862f7daf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 14 Sep 2023 16:03:36 +0200 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ doc/pastposix-functions/getcontext.texi | 3 +++ doc/pastposix-functions/makecontext.texi | 3 +++ doc/pastposix-functions/setcontext.texi | 3 +++ doc/pastposix-functions/swapcontext.texi | 3 +++ 5 files changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1761f7a9bd..2e6be08050 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2023-09-14 Bruno Haible + + 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. + 2023-09-13 Bruno Haible mbfile: Add tests. diff --git a/doc/pastposix-functions/getcontext.texi b/doc/pastposix-functions/getcontext.texi index d76d008ea3..2d91ea17b3 100644 --- a/doc/pastposix-functions/getcontext.texi +++ b/doc/pastposix-functions/getcontext.texi @@ -16,3 +16,6 @@ Portability problems not fixed by Gnulib: 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/}. diff --git a/doc/pastposix-functions/makecontext.texi b/doc/pastposix-functions/makecontext.texi index e135db0aa3..35a7796de4 100644 --- a/doc/pastposix-functions/makecontext.texi +++ b/doc/pastposix-functions/makecontext.texi @@ -16,3 +16,6 @@ Portability problems not fixed by Gnulib: 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/}. diff --git a/doc/pastposix-functions/setcontext.texi b/doc/pastposix-functions/setcontext.texi index 565e3eca60..cbec23a554 100644 --- a/doc/pastposix-functions/setcontext.texi +++ b/doc/pastposix-functions/setcontext.texi @@ -20,3 +20,6 @@ The effects of this call are system and compiler optimization dependent, since it restores the contents of register-allocated variables but not the contents of stack-allocated variables. @end itemize + +Note: A third-party implementation is available at +@url{https://github.com/kaniini/libucontext/}. diff --git a/doc/pastposix-functions/swapcontext.texi b/doc/pastposix-functions/swapcontext.texi index 2ca21a72f7..62c14d4587 100644 --- a/doc/pastposix-functions/swapcontext.texi +++ b/doc/pastposix-functions/swapcontext.texi @@ -16,3 +16,6 @@ Portability problems not fixed by Gnulib: 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/}. -- 2.39.5