Reject the obsolescent inet_addr and inet_ntoa.
This commit is contained in:
parent
8553a08a57
commit
dc2908e0d3
1 changed files with 0 additions and 6 deletions
|
@ -34,12 +34,6 @@ const char* inet_ntop(int, const void* __restrict, char* __restrict, socklen_t);
|
|||
int inet_pton(int, const char* __restrict, void* __restrict);
|
||||
#endif
|
||||
|
||||
/* Functions copied from elsewhere. */
|
||||
#if __USE_SORTIX
|
||||
/* TODO: int inet_aton(const char*, struct in_addr*); */
|
||||
/* TODO: char* inet_neta(in_addr_t, char*, size_t); */
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue