svn commit: r248250 - head/lib/libc/gen

Sergey Kandaurov pluknet at FreeBSD.org
Wed Mar 13 18:18:16 UTC 2013


Author: pluknet
Date: Wed Mar 13 18:18:16 2013
New Revision: 248250
URL: http://svnweb.freebsd.org/changeset/base/248250

Log:
  Add the getcontextx prototype to SYNOPSIS.
  
  Reviewed by:	kib
  MFC after:	1 week

Modified:
  head/lib/libc/gen/getcontext.3

Modified: head/lib/libc/gen/getcontext.3
==============================================================================
--- head/lib/libc/gen/getcontext.3	Wed Mar 13 17:37:13 2013	(r248249)
+++ head/lib/libc/gen/getcontext.3	Wed Mar 13 18:18:16 2013	(r248250)
@@ -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-all mailing list