svn commit: r250681 - stable/9/lib/libc/gen
Sergey Kandaurov
pluknet at FreeBSD.org
Wed May 15 21:16:16 UTC 2013
Author: pluknet
Date: Wed May 15 21:16:16 2013
New Revision: 250681
URL: http://svnweb.freebsd.org/changeset/base/250681
Log:
MFC r248250-248251:
- Add the getcontextx prototype to SYNOPSIS.
- Link getcontextx(3) to getcontext(3).
Modified:
stable/9/lib/libc/gen/Makefile.inc
stable/9/lib/libc/gen/getcontext.3
Directory Properties:
stable/9/lib/libc/ (props changed)
Modified: stable/9/lib/libc/gen/Makefile.inc
==============================================================================
--- stable/9/lib/libc/gen/Makefile.inc Wed May 15 21:08:51 2013 (r250680)
+++ stable/9/lib/libc/gen/Makefile.inc Wed May 15 21:16:16 2013 (r250681)
@@ -120,6 +120,7 @@ MLINKS+=getcap.3 cgetcap.3 getcap.3 cget
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: stable/9/lib/libc/gen/getcontext.3
==============================================================================
--- stable/9/lib/libc/gen/getcontext.3 Wed May 15 21:08:51 2013 (r250680)
+++ stable/9/lib/libc/gen/getcontext.3 Wed May 15 21:16:16 2013 (r250681)
@@ -35,7 +35,7 @@
.\"
.\" $FreeBSD$
.\"
-.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 svn-src-stable-9
mailing list