summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2013-03-13 18:18:16 +0000
committerpluknet <pluknet@FreeBSD.org>2013-03-13 18:18:16 +0000
commiteb38eb8313aa9e80f3b857a70c56d315aa0fe157 (patch)
tree9ad55dc3f1dfb87b55c81c34bd38f121ceddd35c /lib
parent586e58b27c8ebb19884e12cc125285d4ef2befef (diff)
downloadFreeBSD-src-eb38eb8313aa9e80f3b857a70c56d315aa0fe157.zip
FreeBSD-src-eb38eb8313aa9e80f3b857a70c56d315aa0fe157.tar.gz
Add the getcontextx prototype to SYNOPSIS.
Reviewed by: kib MFC after: 1 week
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getcontext.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/getcontext.3 b/lib/libc/gen/getcontext.3
index 5b801fd..9e3e4fc 100644
--- a/lib/libc/gen/getcontext.3
+++ b/lib/libc/gen/getcontext.3
@@ -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
OpenPOWER on IntegriCloud