From b9e58bace839d8a992ef4937b446f88b47a3e8bc Mon Sep 17 00:00:00 2001
From: "Peter S. Mazinger" <ps.m@gmx.net>
Date: Sat, 12 Mar 2011 20:24:03 +0100
Subject: no need for hidden inet_ntoa_r

it is reused within the same file, solve it through a static function

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
---
 include/arpa/inet.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'include')

diff --git a/include/arpa/inet.h b/include/arpa/inet.h
index fbd715af0..405595f0d 100644
--- a/include/arpa/inet.h
+++ b/include/arpa/inet.h
@@ -60,7 +60,6 @@ libc_hidden_proto(inet_ntoa)
 #ifdef __UCLIBC__
 /* Recursion-safe flavor */
 extern char *inet_ntoa_r (struct in_addr __in, char *__buf) __THROW;
-libc_hidden_proto(inet_ntoa_r)
 #endif
 
 /* Convert from presentation format of an Internet number in buffer
-- 
cgit v1.2.3