summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-06-03 02:51:14 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-06-03 02:51:14 +0000
commit5b9e501c32829682998ec9b5bfdd9417b99d1ad3 (patch)
tree1d1671382a93930180b7ec2a9104bba4baf9a71b /libpthread/nptl/sysdeps/unix/sysv/linux
parent855c7fda61d9313052a0afdfe851a4b390da845c (diff)
downloaduClibc-alpine-5b9e501c32829682998ec9b5bfdd9417b99d1ad3.tar.bz2
uClibc-alpine-5b9e501c32829682998ec9b5bfdd9417b99d1ad3.tar.xz
Sync up with latest NPTL code from glibc and add minor
#ifdef __UCLIBC__ directives.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/fork.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/fork.h b/libpthread/nptl/sysdeps/unix/sysv/linux/fork.h
index bcdf6217c..d093ccc90 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/fork.h
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/fork.h
@@ -54,3 +54,4 @@ extern int __register_atfork (void (*__prepare) (void),
void (*__parent) (void),
void (*__child) (void),
void *dso_handle);
+libc_hidden_proto (__register_atfork)