diff options
| author | reinoud <reinoud@NetBSD.org> | 2015-11-19 20:57:49 +0000 |
|---|---|---|
| committer | reinoud <reinoud@NetBSD.org> | 2015-11-19 20:57:49 +0000 |
| commit | 72f17d221588f92a4afa840bea8804900fa6fd80 (patch) | |
| tree | 35dac80bd3a9ea99988fb9daea14ed8e3a576231 /include | |
| parent | 4298f895d96ce576cd2778fbc297c2bfd2e2bce0 (diff) | |
Revert
Diffstat (limited to 'include')
| -rw-r--r-- | include/ucontext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucontext.h b/include/ucontext.h index f248b2f484d..9213ad39675 100644 --- a/include/ucontext.h +++ b/include/ucontext.h @@ -1,4 +1,4 @@ -/* $NetBSD: ucontext.h,v 1.8 2015/11/19 20:34:47 reinoud Exp $ */ +/* $NetBSD: ucontext.h,v 1.9 2015/11/19 20:57:49 reinoud Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ __BEGIN_DECLS int getcontext(ucontext_t *) __returns_twice; int setcontext(const ucontext_t *); -void makecontext(ucontext_t *, void (*)(void), int, ...); +void makecontext(ucontext_t *, void (*)(), int, ...); int swapcontext(ucontext_t * __restrict, const ucontext_t * __restrict); __END_DECLS |
