Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/lib/libpthread Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/d08ec255ddbb
branches: netbsd-6
changeset: 775774:d08ec255ddbb
user: riz <riz%NetBSD.org@localhost>
date: Mon Apr 29 02:27:29 2013 +0000
description:
Pull up following revision(s) (requested by enami in ticket #877):
lib/libpthread/pthread_condattr.3: revision 1.9
Fix pasto.
diffstat:
lib/libpthread/pthread_condattr.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ed81e298c92a -r d08ec255ddbb lib/libpthread/pthread_condattr.3
--- a/lib/libpthread/pthread_condattr.3 Mon Apr 29 01:57:15 2013 +0000
+++ b/lib/libpthread/pthread_condattr.3 Mon Apr 29 02:27:29 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_condattr.3,v 1.7.8.1 2012/11/28 23:47:38 riz Exp $
+.\" $NetBSD: pthread_condattr.3,v 1.7.8.2 2013/04/29 02:27:29 riz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -63,7 +63,7 @@
.Ft int
.Fn pthread_condattr_init "pthread_condattr_t *attr"
.Ft int
-.Fn pthread_condattr_init "pthread_condattr_t *attr" "clockid_t clock"
+.Fn pthread_condattr_setclock "pthread_condattr_t *attr" "clockid_t clock"
.Ft int
.Fn pthread_condattr_destroy "pthread_condattr_t *attr"
.Sh DESCRIPTION
Home |
Main Index |
Thread Index |
Old Index