diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-14 09:00:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-14 09:00:28 +0000 |
commit | 8ba1d42919f932a96d6db7889694d93dffd997c1 (patch) | |
tree | 6fb785a9e7795cc283652d55fc98455b2127d3c5 /nptl/ChangeLog | |
parent | a4596570324480a8af6a9a277dadb1c2ff7be3f9 (diff) | |
download | glibc-8ba1d42919f932a96d6db7889694d93dffd997c1.tar.gz glibc-8ba1d42919f932a96d6db7889694d93dffd997c1.tar.xz glibc-8ba1d42919f932a96d6db7889694d93dffd997c1.zip |
Update.
* sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Use __close, not close. * inet/inet6_option.c (inet6_option_alloc): Add libc_hidden_def. * include/netinet/in.h (inet6_option_alloc): Add libc_hidden_proto definition.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 3d33589743..bb17289c49 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2003-06-14 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/fork.h: Add libc_hidden_proto for + __register_atfork. + * sysdeps/unix/sysv/linux/register-atfork.c (__register_atfork): + Add libc_hidden_def. + 2003-06-13 Roland McGrath <roland@redhat.com> * sysdeps/x86_64/td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Pass FS |