diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-18 01:09:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-18 01:09:55 +0000 |
commit | e8c6de1939e1f8a2898a0e53134fa175560b9469 (patch) | |
tree | 0d573525f6e657aa60bf04b4a7c3ddb9225f6347 /libc/inet/if_index.c | |
parent | 508383b431a6ef45c0992fdd47064edb581c6214 (diff) |
libc_hidden_proto removal, just a few functions
Diffstat (limited to 'libc/inet/if_index.c')
-rw-r--r-- | libc/inet/if_index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/if_index.c b/libc/inet/if_index.c index 36c6be45c..3badfa55e 100644 --- a/libc/inet/if_index.c +++ b/libc/inet/if_index.c @@ -38,7 +38,7 @@ /* Experimentally off - libc_hidden_proto(strncpy) */ /* Experimentally off - libc_hidden_proto(strdup) */ libc_hidden_proto(ioctl) -libc_hidden_proto(close) +/* libc_hidden_proto(close) */ #if __ASSUME_NETLINK_SUPPORT /* Experimentally off - libc_hidden_proto(strndup) */ #endif |