[Midnightbsd-cvs] src [7479] trunk/sys/sys/ucontext.h: update ctx

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 18 20:59:32 EDT 2016


Revision: 7479
          http://svnweb.midnightbsd.org/src/?rev=7479
Author:   laffer1
Date:     2016-03-18 20:59:32 -0400 (Fri, 18 Mar 2016)
Log Message:
-----------
update ctx

Modified Paths:
--------------
    trunk/sys/sys/ucontext.h

Modified: trunk/sys/sys/ucontext.h
===================================================================
--- trunk/sys/sys/ucontext.h	2016-03-19 00:58:24 UTC (rev 7478)
+++ trunk/sys/sys/ucontext.h	2016-03-19 00:59:32 UTC (rev 7479)
@@ -80,6 +80,7 @@
 
 #if __BSD_VISIBLE
 int __getcontextx_size(void);
+int __fillcontextx(char *ctx) __returns_twice;
 int __fillcontextx(char *ctx);
 #endif
 



More information about the Midnightbsd-cvs mailing list