From 1a3ad45bb56f144b78139966b9a618675c871bb5 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Wed, 9 Dec 2009 18:10:53 -0800 Subject: nptl: fix a few more old style declerations Signed-off-by: Austin Foxley --- libpthread/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c b/libpthread/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c index 72c8d615e..35955238b 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/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 -- cgit v1.2.3