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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to