From 0cd26f001ae1f0abe31da6250706e9cff9cc2c68 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Sun, 20 Sep 2015 04:26:55 +0000 Subject: Add declarations to eliminate -Wmissing-prototypes warnings --- lib/libc/resolv/h_errno.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libc/resolv') diff --git a/lib/libc/resolv/h_errno.c b/lib/libc/resolv/h_errno.c index 88d15ae..8ced708 100644 --- a/lib/libc/resolv/h_errno.c +++ b/lib/libc/resolv/h_errno.c @@ -33,6 +33,9 @@ #undef h_errno extern int h_errno; +int *__h_errno(void); +void __h_errno_set(res_state res, int err); + int * __h_errno(void) { -- cgit v1.1