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/register-atfork.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.c') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.c b/libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.c index 18b9893d9..f6c3de4bc 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.c @@ -78,11 +78,11 @@ fork_handler_alloc (void) int -__register_atfork (prepare, parent, child, dso_handle) - void (*prepare) (void); - void (*parent) (void); - void (*child) (void); - void *dso_handle; +__register_atfork ( + void (*prepare) (void), + void (*parent) (void), + void (*child) (void), + void *dso_handle) { /* Get the lock to not conflict with other allocations. */ lll_lock (__fork_lock); -- cgit v1.2.3