From 25462e6589bbe9f71686bcd7a67bb596b7915eec Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Sun, 20 Sep 2015 04:26:55 +0000 Subject: [PATCH] Add declarations to eliminate -Wmissing-prototypes warnings --- lib/libc/resolv/h_errno.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libc/resolv/h_errno.c b/lib/libc/resolv/h_errno.c index 88d15aee7f9c..8ced7081ddff 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) {