mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
8 lines
133 B
C
8 lines
133 B
C
#ifndef _IFADDRS_H
|
|
#include <inet/ifaddrs.h>
|
|
|
|
libc_hidden_proto (getifaddrs)
|
|
libc_hidden_proto (freeifaddrs)
|
|
|
|
#endif /* ifaddrs.h */
|