1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

inet: Remove internal_function attribute

This commit is contained in:
Florian Weimer
2017-08-31 17:35:16 +02:00
parent c0c49d60cf
commit 9da93bd7c6
9 changed files with 20 additions and 15 deletions

View File

@@ -187,7 +187,6 @@ libc_hidden_weak (if_indextoname)
#if 0
void
internal_function
__protocol_available (int *have_inet, int *have_inet6)
{
*have_inet = _hurd_socket_server (PF_INET, 0) != MACH_PORT_NULL;