summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2009-12-09 18:10:53 -0800
committerAustin Foxley <austinf@cetoncorp.com>2009-12-09 18:10:53 -0800
commit1a3ad45bb56f144b78139966b9a618675c871bb5 (patch)
tree3c128b348c7c12cf7bbb68ac6eeb4aee23cad7a0 /libpthread/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c
parent8ebd4b8855981462a03f5930a1f8d712c021190f (diff)
nptl: fix a few more old style declerations
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c3
1 files changed, 1 insertions, 2 deletions
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