Sign in
android
/
platform
/
external
/
libpcap
/
c925e13a31ff7fd475ab74cbf38bc6dafb26a5f9
/
.
/
cmake
/
have_siocglifconf.c
blob: 5a67abc192c40add6284d4de1fc35b92ef46992e [
file
] [
log
] [
blame
]
#include
<sys/ioctl.h>
#include
<sys/socket.h>
#include
<sys/sockio.h>
int
main
()
{
ioctl
(
0
,
SIOCGLIFCONF
,
(
char
*)
0
);
}