From 0d65b541d4b09e3c91112b5b2ffe0efa9a390a55 Mon Sep 17 00:00:00 2001 From: nectar Date: Thu, 27 Feb 2003 13:40:01 +0000 Subject: Eliminate 19 warnings in libc (at level WARNS=2) of the `implicit declaration of function' variety. --- lib/libc/include/libc_private.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/libc/include') diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h index 3736c56..f369cc7 100644 --- a/lib/libc/include/libc_private.h +++ b/lib/libc/include/libc_private.h @@ -107,6 +107,14 @@ typedef pthread_func_t pthread_func_entry_t[2]; extern pthread_func_entry_t __thr_jtable[]; /* + * yplib internal interfaces + */ +#ifdef YP +int _yp_check(char **); +#endif + + +/* * This is a pointer in the C run-time startup code. It is used * by getprogname() and setprogname(). */ -- cgit v1.1