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:
@ -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);
|
||||
|
Reference in New Issue
Block a user