Update.
commit1dc869d13c77297661bf7ba4bde4c879818149da
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Jun 2003 08:58:05 +0000 (10 08:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Jun 2003 08:58:05 +0000 (10 08:58 +0000)
tree286fc8327a3a4fdc742d90b8ca8bd278f3616b8d
parent06120d793a3ae31f8f510f220c8a0a8e23b6a177
Update.

* inet/Makefile (aux): Add check_fd.
* include/ifaddrs.h: Add prototype for __check_fd.
* sysdeps/generic/check_fd.c: New file.
* sysdeps/unix/sysv/linux/check_fd.c: New file.
* sysdeps/unix/sysv/linux/ifaddrs.h (__no_netlink_support): Renamed
from no_netlink_support.  Export.
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call getifaddrs,
call __check_pf.

* sysdeps/generic/ifaddrs.h: Add libc_hidden_def.
ChangeLog
include/ifaddrs.h
inet/Makefile
sysdeps/generic/check_pf.c [copied from sysdeps/generic/ifaddrs.c with 51% similarity]
sysdeps/generic/ifaddrs.c
sysdeps/posix/getaddrinfo.c
sysdeps/unix/sysv/linux/check_pf.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/ifaddrs.c