summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_stackseg_np.c
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2004-05-01 22:15:11 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2004-05-01 22:15:11 +0000
commit80638508708a433c5efea33d401cca5eaee59a3a (patch)
treee617e66882eca0a5406810cce2fa408c61c5641f /lib/libpthread/uthread/uthread_stackseg_np.c
parentae58f210851ed921436b9626c82c81e22031e9fe (diff)
pthead_supsend_all_np and pthread_resume_all_np from freebsd via
Kurt Miller <truk at optonline.net>. Kurt says: They're needed for the java hotspot compiler in the 1.3+ jdk OK brad@
Diffstat (limited to 'lib/libpthread/uthread/uthread_stackseg_np.c')
-rw-r--r--lib/libpthread/uthread/uthread_stackseg_np.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/uthread_stackseg_np.c b/lib/libpthread/uthread/uthread_stackseg_np.c
index 9a7eeca5ee8..e2a9bd558d9 100644
--- a/lib/libpthread/uthread/uthread_stackseg_np.c
+++ b/lib/libpthread/uthread/uthread_stackseg_np.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uthread_stackseg_np.c,v 1.3 2004/01/26 20:50:02 marc Exp $ */
+/* $OpenBSD: uthread_stackseg_np.c,v 1.4 2004/05/01 22:15:10 marc Exp $ */
/* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */
@@ -16,7 +16,7 @@
#include "pthread_private.h"
/*
- * Return stack info from the current thread. Based upon the solaris
+ * Return stack info from the given thread. Based upon the solaris
* thr_stksegment function.
*/