Source-Changes-HG archive

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

[src/trunk]: src/include __lwp_park60



details:   https://anonhg.NetBSD.org/src/rev/1cdaf5d3794a
branches:  trunk
changeset: 326510:1cdaf5d3794a
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 31 20:44:17 2014 +0000

description:
__lwp_park60

diffstat:

 include/lwp.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 930795ad34f2 -r 1cdaf5d3794a include/lwp.h
--- a/include/lwp.h     Fri Jan 31 20:44:01 2014 +0000
+++ b/include/lwp.h     Fri Jan 31 20:44:17 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lwp.h,v 1.11 2009/01/11 03:04:12 christos Exp $        */
+/*     $NetBSD: lwp.h,v 1.12 2014/01/31 20:44:17 christos Exp $        */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -54,8 +54,8 @@
 int    _lwp_kill(lwpid_t, int);
 int    _lwp_detach(lwpid_t);
 #ifndef __LIBC12_SOURCE__
-int    _lwp_park(const struct timespec *, lwpid_t, const void *, const void *)
-    __RENAME(___lwp_park50);
+int    _lwp_park(clockid_t, int, const struct timespec *, lwpid_t,
+    const void *, const void *) __RENAME(___lwp_park60);
 #endif
 int    _lwp_unpark(lwpid_t, const void *);
 ssize_t        _lwp_unpark_all(const lwpid_t *, size_t, const void *);



Home | Main Index | Thread Index | Old Index