about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/fork.h
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/fork.h')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/fork.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/fork.h b/nptl/sysdeps/unix/sysv/linux/fork.h
index 85722a59eb..0bc283d1bc 100644
--- a/nptl/sysdeps/unix/sysv/linux/fork.h
+++ b/nptl/sysdeps/unix/sysv/linux/fork.h
@@ -56,5 +56,5 @@ extern int __register_atfork (void (*__prepare) (void),
 			      void *dso_handle);
 
 /* Register the generation counter in the libpthread with the libc.  */
-extern void __register_pthread_fork_handler (unsigned long int *__ptr,
-					     void (*reclaim) (void));
+extern void __libc_pthread_int (unsigned long int *__ptr,
+				void (*reclaim) (void));