diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-31 21:10:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-31 21:10:07 +0000 |
commit | 6d6ee629afa277bc03dea147e937925e8cf3ec31 (patch) | |
tree | 4659cef14e08a04fd18d035f230eedda02dbb7db /linuxthreads/sysdeps/unix/sysv/linux/register-atfork.c | |
parent | a4baf360be5b32c2246d4a7b6fef34e2d5b0c4fe (diff) | |
download | glibc-6d6ee629afa277bc03dea147e937925e8cf3ec31.tar.gz |
Update.
2002-12-31 Ulrich Drepper <drepper@redhat.com>
* malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
is available.
* sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv/linux/register-atfork.c')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/register-atfork.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/register-atfork.c b/linuxthreads/sysdeps/unix/sysv/linux/register-atfork.c index 2dce262a38..e4490e73e9 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/register-atfork.c +++ b/linuxthreads/sysdeps/unix/sysv/linux/register-atfork.c @@ -85,3 +85,4 @@ __register_atfork (prepare, parent, child, dso_handle) return 0; } +libc_hidden_def (__register_atfork) |