From 71cbcd965f8e9ecac7eedfb8f6244f16f65bd44e Mon Sep 17 00:00:00 2001 From: iedowse Date: Mon, 2 Apr 2001 21:41:44 +0000 Subject: Move the #includes of reentrant.h to after the `#include "namespace.h"', so that the underscored versions of the pthread functions get declared. This removes around 300 lines of 'implicit declaration of XXX' warnings from the output of a libc build with -Wall. Reviewed by: Martin Blapp , alfred --- lib/libc/rpc/mt_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/rpc/mt_misc.c') diff --git a/lib/libc/rpc/mt_misc.c b/lib/libc/rpc/mt_misc.c index 5abf831..4c6f5bb 100644 --- a/lib/libc/rpc/mt_misc.c +++ b/lib/libc/rpc/mt_misc.c @@ -3,8 +3,8 @@ /* #pragma ident "@(#)mt_misc.c 1.24 93/04/29 SMI" */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include #include #include -- cgit v1.1