Module Name: src
Committed By: christos
Date: Fri Jan 31 20:44:17 UTC 2014
Modified Files:
src/include: lwp.h
Log Message:
__lwp_park60
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/include/lwp.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/lwp.h
diff -u src/include/lwp.h:1.11 src/include/lwp.h:1.12
--- src/include/lwp.h:1.11 Sat Jan 10 22:04:12 2009
+++ src/include/lwp.h Fri Jan 31 15:44:17 2014
@@ -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 @@ void _lwp_setprivate(void *);
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 *);