summaryrefslogtreecommitdiffstats
path: root/sys/sys/ucontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/ucontext.h')
-rw-r--r--sys/sys/ucontext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/ucontext.h b/sys/sys/ucontext.h
index 1e504c9..f69c8d8 100644
--- a/sys/sys/ucontext.h
+++ b/sys/sys/ucontext.h
@@ -80,7 +80,8 @@ int swapcontext(ucontext_t *, const ucontext_t *);
#if __BSD_VISIBLE
int __getcontextx_size(void);
-int __fillcontextx(char *ctx);
+int __fillcontextx(char *ctx) __returns_twice;
+int __fillcontextx2(char *ctx);
#endif
__END_DECLS
OpenPOWER on IntegriCloud