mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 02:50:09 +00: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 */
|