OSDN Git Service

weak symbols need to be "defined" weak but "declared" strong
[uclinux-h8/uClibc.git] / include / netdb.h
index 0f361bb..7ce01c2 100644 (file)
@@ -58,9 +58,6 @@ __BEGIN_DECLS
 
 /* Function to get address of global `h_errno' variable.  */
 extern int *__h_errno_location (void) __THROW __attribute__ ((__const__));
-#ifdef _LIBC
-extern int weak_const_function *__h_errno_location(void);
-#endif
 
 /* Macros for accessing h_errno from inside libc.  */
 #ifdef _LIBC