1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

resolv: Remove SUNSECURITY preprocessor conditionals

The macro is never defined.
This commit is contained in:
Florian Weimer
2016-04-28 13:20:11 +02:00
parent c40226cb4c
commit ecfda0fc25
3 changed files with 6 additions and 37 deletions

View File

@ -520,11 +520,6 @@ _nss_dns_gethostbyaddr2_r (const void *addr, socklen_t len, int af,
if (status != NSS_STATUS_SUCCESS)
return status;
#ifdef SUNSECURITY
This is not implemented because it is not possible to use the current
source from bind in a multi-threaded program.
#endif
result->h_addrtype = af;
result->h_length = len;
memcpy (host_data->host_addr, addr, len);