From 7c8e0620c2540e93e6ab05ca700be797d36d557a Mon Sep 17 00:00:00 2001 From: David Xu Date: Wed, 5 Apr 2006 06:53:27 +0000 Subject: [PATCH] Unbreak buildworld. --- include/pthread.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/pthread.h b/include/pthread.h index 5c33267d7c..fdf8aefa8f 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/include/pthread.h,v 1.20.2.4 2003/05/27 18:18:01 jdp Exp $ - * $DragonFly: src/include/pthread.h,v 1.7 2005/03/15 12:27:43 davidxu Exp $ + * $DragonFly: src/include/pthread.h,v 1.8 2006/04/05 06:53:27 davidxu Exp $ */ #ifndef _PTHREAD_H_ #define _PTHREAD_H_ @@ -227,8 +227,8 @@ int pthread_condattr_getpshared(pthread_condattr_t *, int *); int pthread_condattr_setpshared(pthread_condattr_t *, int); #endif -int pthread_condattr_getclock(const pthread_condattr_t *, int *); -int pthread_condattr_setclock(pthread_condattr_t *, int); +int pthread_condattr_getclock(const pthread_condattr_t *, clockid_t *); +int pthread_condattr_setclock(pthread_condattr_t *, clockid_t); int pthread_cond_broadcast(pthread_cond_t *); int pthread_cond_destroy(pthread_cond_t *); -- 2.35.2