Reject the obsolescent inet_addr and inet_ntoa.

This commit is contained in:
Jonas 'Sortie' Termansen 2024-06-23 19:48:22 +02:00
parent 16abe619e6
commit 23bce072c0
1 changed files with 0 additions and 6 deletions

View File

@ -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