mirror of git://sourceware.org/git/glibc.git
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 */
|