summaryrefslogtreecommitdiff
path: root/nptl/unregister-atfork.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/unregister-atfork.c')
-rw-r--r--nptl/unregister-atfork.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nptl/unregister-atfork.c b/nptl/unregister-atfork.c
index 6d08ed737e..4c84894ded 100644
--- a/nptl/unregister-atfork.c
+++ b/nptl/unregister-atfork.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -24,8 +24,7 @@
void
-__unregister_atfork (dso_handle)
- void *dso_handle;
+__unregister_atfork (void *dso_handle)
{
/* Check whether there is any entry in the list which we have to
remove. It is likely that this is not the case so don't bother