Skip to content
Snippets Groups Projects
Commit 5651257f authored by Brad King's avatar Brad King
Browse files

libuv: automatically skip ifaddrs on Solaris 10

parent badc2c44
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,10 @@
#include <assert.h>
#include <errno.h>
#if !defined(SUNOS_NO_IFADDRS) && _XOPEN_SOURCE < 600
#define SUNOS_NO_IFADDRS
#endif
#ifndef SUNOS_NO_IFADDRS
# include <ifaddrs.h>
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment