diff options
Diffstat (limited to 'nptl/unregister-atfork.c')
-rw-r--r-- | nptl/unregister-atfork.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/unregister-atfork.c b/nptl/unregister-atfork.c index 6d08ed7..43c5457 100644 --- a/nptl/unregister-atfork.c +++ b/nptl/unregister-atfork.c @@ -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 |