summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/pthread/pthread_spin_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread/pthread_spin_destroy.c')
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_spin_destroy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/pthread_spin_destroy.c b/libpthread/nptl/sysdeps/pthread/pthread_spin_destroy.c
index 62082f44e..7118f8a01 100644
--- a/libpthread/nptl/sysdeps/pthread/pthread_spin_destroy.c
+++ b/libpthread/nptl/sysdeps/pthread/pthread_spin_destroy.c
@@ -21,7 +21,8 @@
int
-pthread_spin_destroy (pthread_spinlock_t *lock)
+pthread_spin_destroy (
+ pthread_spinlock_t *lock)
{
/* Nothing to do. */
return 0;