Remove unnecessary weak reference that was apparently copied from the
version of this function in lib/libc/inet/inet_pton.c MFC after: 1 week
This commit is contained in:
parent
1400f514d3
commit
d370b81fd9
@ -218,11 +218,4 @@ inet_pton6(const char *src, u_char *dst)
|
|||||||
return (1);
|
return (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Weak aliases for applications that use certain private entry points,
|
|
||||||
* and fail to include <arpa/inet.h>.
|
|
||||||
*/
|
|
||||||
#undef inet_pton
|
|
||||||
__weak_reference(__inet_pton, inet_pton);
|
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user