32-bit linux patches

pull/1132/head
Linux User 4 years ago committed by Rick V
parent 5295ada917
commit fd23fd6894
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -5,7 +5,11 @@
#if defined(__linux__)
#include <linux/if.h>
extern "C" unsigned int
#ifndef __GLIBC__
if_nametoindex(const char* __ifname);
#else
if_nametoindex(const char* __ifname) __THROW;
#endif
#else
#include <net/if.h>
#endif

Loading…
Cancel
Save