summaryrefslogtreecommitdiff
path: root/nptl/pthread_mutexattr_getpshared.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_mutexattr_getpshared.c')
-rw-r--r--nptl/pthread_mutexattr_getpshared.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/nptl/pthread_mutexattr_getpshared.c b/nptl/pthread_mutexattr_getpshared.c
index 92840efe26..0c1b4f15da 100644
--- a/nptl/pthread_mutexattr_getpshared.c
+++ b/nptl/pthread_mutexattr_getpshared.c
@@ -20,9 +20,7 @@
int
-pthread_mutexattr_getpshared (attr, pshared)
- const pthread_mutexattr_t *attr;
- int *pshared;
+pthread_mutexattr_getpshared (const pthread_mutexattr_t *attr, int *pshared)
{
const struct pthread_mutexattr *iattr;