FreeBSD's <arpa/inet.h> defines these names to be aliases:
#define inet_aton __inet_aton #define inet_pton __inet_pton
Differential D7084
[Sanitizers] Fix inet_aton() and inet_pton() interceptors to work on FreeBSD kutuzov.viktor.84 on Jan 21 2015, 3:01 AM. Authored by
Details FreeBSD's <arpa/inet.h> defines these names to be aliases: #define inet_aton __inet_aton #define inet_pton __inet_pton
Diff Detail
|