diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2006-09-22 01:52:26 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2006-09-22 01:52:26 +0000 |
| commit | 714b79b95307e671b213e70e4ad884469b900790 (patch) | |
| tree | 111e05d253e0ad67e280146762cdbe13b3bf0657 | |
| parent | 831c32014e8fbd0e4a16f942e4340a32d2b57691 (diff) | |
Notes
| -rw-r--r-- | lib/libc/isc/eventlib_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/isc/eventlib_p.h b/lib/libc/isc/eventlib_p.h index 38b1852e431c..1335de76063e 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*/ |
