summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/pt-mutexattr-settype.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/pt-mutexattr-settype.c')
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-settype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/pt-mutexattr-settype.c b/sysdeps/mach/hurd/pt-mutexattr-settype.c
index 5bd890d..f945b78 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-settype.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-settype.c
@@ -23,7 +23,8 @@
#include "pt-mutex.h"
#include <hurdlock.h>
-int __pthread_mutexattr_settype (pthread_mutexattr_t *attrp, int type)
+int
+__pthread_mutexattr_settype (pthread_mutexattr_t *attrp, int type)
{
if (type < 0 || type > __PTHREAD_MUTEX_RECURSIVE)
return (EINVAL);