summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_mutex_trylock.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_mutex_trylock.c')
-rw-r--r--libpthread/nptl/pthread_mutex_trylock.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/pthread_mutex_trylock.c b/libpthread/nptl/pthread_mutex_trylock.c
index 7008af3d9..2eb88db53 100644
--- a/libpthread/nptl/pthread_mutex_trylock.c
+++ b/libpthread/nptl/pthread_mutex_trylock.c
@@ -23,8 +23,7 @@
int
-__pthread_mutex_trylock (mutex)
- pthread_mutex_t *mutex;
+__pthread_mutex_trylock (pthread_mutex_t *mutex)
{
pid_t id;