From 5f08ee5bcaa32a20b752d530da87ec5ed9e4c306 Mon Sep 17 00:00:00 2001 From: kan Date: Fri, 22 Sep 2006 01:52:26 +0000 Subject: Do not declare __evOptMonoTime static in one place and extern in another. GCC4 does not like that. --- lib/libc/isc/eventlib_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc/isc') diff --git a/lib/libc/isc/eventlib_p.h b/lib/libc/isc/eventlib_p.h index 38b1852..1335de7 100644 --- a/lib/libc/isc/eventlib_p.h +++ b/lib/libc/isc/eventlib_p.h @@ -280,6 +280,8 @@ evWait *evFreeWait(evContext_p *ctx, evWait *old); #endif /* Global options */ +#ifndef _LIBC extern int __evOptMonoTime; +#endif #endif /*_EVENTLIB_P_H*/ -- cgit v1.1