From 0dd870caa461a8d91f7ec2365e1d542bc0615fb8 Mon Sep 17 00:00:00 2001 From: bje Date: Sat, 25 Jul 1998 22:45:17 +0000 Subject: 1998-07-26 Ben Elliston * mutex.c (pthread_mutexattr_setpshared): Not supported; remove. (pthread_mutexattr_getpshared): Likewise. * pthread.h (pthread_mutexattr_setpshared): Remove prototype. (pthread_mutexattr_getpshared): Likewise. --- pthread.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index 7315bf0..129c720 100644 --- a/pthread.h +++ b/pthread.h @@ -208,12 +208,6 @@ int pthread_mutexattr_init(pthread_mutexattr_t *attr); int pthread_mutexattr_destroy(pthread_mutexattr_t *attr); -int pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, - int pshared); - -int pthread_mutexattr_getpshared(pthread_mutexattr_t *attr, - int *pshared); - /* Primitives for condition variables. */ int pthread_cond_init(pthread_cond_t *cv, -- cgit v1.2.3