diff options
Diffstat (limited to 'src/net/StaticSocketAddress.hxx')
-rw-r--r-- | src/net/StaticSocketAddress.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/StaticSocketAddress.hxx b/src/net/StaticSocketAddress.hxx index 4cf294c1e..72180f0bc 100644 --- a/src/net/StaticSocketAddress.hxx +++ b/src/net/StaticSocketAddress.hxx @@ -64,7 +64,7 @@ public: size); } -#ifdef HAVE_UN +#if defined(HAVE_UN) && !defined(__BIONIC__) /** * Make this a "local" address (UNIX domain socket). */ |