[Midnightbsd-cvs] src [9390] trunk/lib/libc/gen: - Add the getcontextx prototype to SYNOPSIS.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 4 16:25:35 EST 2017


Revision: 9390
          http://svnweb.midnightbsd.org/src/?rev=9390
Author:   laffer1
Date:     2017-03-04 16:25:35 -0500 (Sat, 04 Mar 2017)
Log Message:
-----------
- Add the getcontextx prototype to SYNOPSIS.
- Link getcontextx(3) to getcontext(3).

Modified Paths:
--------------
    trunk/lib/libc/gen/Makefile.inc
    trunk/lib/libc/gen/getcontext.3

Modified: trunk/lib/libc/gen/Makefile.inc
===================================================================
--- trunk/lib/libc/gen/Makefile.inc	2017-03-04 21:25:08 UTC (rev 9389)
+++ trunk/lib/libc/gen/Makefile.inc	2017-03-04 21:25:35 UTC (rev 9390)
@@ -120,6 +120,7 @@
 	getcap.3 cgetnum.3 getcap.3 cgetset.3 getcap.3 cgetstr.3 \
 	getcap.3 cgetustr.3
 MLINKS+=getcwd.3 getwd.3
+MLINKS+=getcontext.3 getcontextx.3
 MLINKS+=getcontext.3 setcontext.3
 MLINKS+=getdomainname.3 setdomainname.3
 MLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \

Modified: trunk/lib/libc/gen/getcontext.3
===================================================================
--- trunk/lib/libc/gen/getcontext.3	2017-03-04 21:25:08 UTC (rev 9389)
+++ trunk/lib/libc/gen/getcontext.3	2017-03-04 21:25:35 UTC (rev 9390)
@@ -35,7 +35,7 @@
 .\"
 .\" $MidnightBSD$
 .\"
-.Dd December 26, 2011
+.Dd March 13, 2013
 .Dt GETCONTEXT 3
 .Os
 .Sh NAME
@@ -47,6 +47,8 @@
 .In ucontext.h
 .Ft int
 .Fn getcontext "ucontext_t *ucp"
+.Ft ucontext_t *
+.Fn getcontextx "void"
 .Ft int
 .Fn setcontext "const ucontext_t *ucp"
 .Sh DESCRIPTION



More information about the Midnightbsd-cvs mailing list