From 0d5feb67116fbf3b3f0186e51686e18985fa42da Mon Sep 17 00:00:00 2001 From: bje Date: Sat, 3 Oct 1998 01:43:24 +0000 Subject: 1998-10-03 Ben Elliston * process.h: Remove. This was a stand-in before we started doing native compilation under Win32. * pthread.h (pthread_mutex_init): Make `attr' argument const. --- pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index fe4b30f..88d52c1 100644 --- a/pthread.h +++ b/pthread.h @@ -239,7 +239,7 @@ int pthread_cond_destroy(pthread_cond_t *cv); /* Primitives for mutexes. */ int pthread_mutex_init(pthread_mutex_t *mutex, - pthread_mutexattr_t *attr); + const pthread_mutexattr_t *attr); int pthread_mutex_destroy(pthread_mutex_t *mutex); -- cgit v1.2.3