add NO_ADDRESS macro to netdb.h as an alias for NO_DATA
authorTimo Teräs <timo.teras@iki.fi>
Mon, 13 Jan 2014 11:36:03 +0000 (13:36 +0200)
committerRich Felker <dalias@aerifal.cx>
Wed, 5 Feb 2014 20:58:11 +0000 (15:58 -0500)
commita0351ee6a7b795808aa20c4b607bc7a0379422ef
tree4f4d68b96fad80bd40a631b9028d45376676d1cd
parent16a3580ef3a27d7f1fb0f76441a973b71a35b527
add NO_ADDRESS macro to netdb.h as an alias for NO_DATA

some applications expect it to be defined, despite the standard making
it impossible for it to ever be returned as a value distinct from
NO_DATA. since these macros are outside the scope of the current
standards, no special effort is made to hide NO_ADDRESS under
conditions where the others are exposed.
include/netdb.h