Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include Revert



details:   https://anonhg.NetBSD.org/src/rev/3b32050f5bc8
branches:  trunk
changeset: 811861:3b32050f5bc8
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Thu Nov 19 20:57:49 2015 +0000

description:
Revert

diffstat:

 include/ucontext.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d58e13e50a9 -r 3b32050f5bc8 include/ucontext.h
--- a/include/ucontext.h        Thu Nov 19 20:34:47 2015 +0000
+++ b/include/ucontext.h        Thu Nov 19 20:57:49 2015 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index