summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h6
1 files changed, 0 insertions, 6 deletions
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,