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
546a45b306
commit
55227154b6
@ -218,11 +218,4 @@ inet_pton6(const char *src, u_char *dst)
|
||||
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user