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 /include/netinet/in.h | |
parent | a4596570324480a8af6a9a277dadb1c2ff7be3f9 (diff) | |
download | glibc-8ba1d42919f932a96d6db7889694d93dffd997c1.tar glibc-8ba1d42919f932a96d6db7889694d93dffd997c1.tar.gz glibc-8ba1d42919f932a96d6db7889694d93dffd997c1.tar.bz2 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 'include/netinet/in.h')
-rw-r--r-- | include/netinet/in.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netinet/in.h b/include/netinet/in.h index 876f1a4369..2018ed21c3 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -5,5 +5,6 @@ libc_hidden_proto (bindresvport) libc_hidden_proto (in6addr_loopback) libc_hidden_proto (in6addr_any) +libc_hidden_proto (inet6_option_alloc) #endif |