pike.git/
src/
threads.c
Branch:
Tag:
Non-build tags
All tags
No tags
2009-01-25
2009-01-25 18:05:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3d70c515e4cef5bb371d09d8dadb869784491cae (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Should now compile in CONFIGURE_TEST mode again.
Rev: src/threads.c:1.272
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: threads.c,v 1.
271
2009/01/25
15
:
56
:
54
grubba Exp $
+
|| $Id: threads.c,v 1.
272
2009/01/25
18
:
05
:
34
grubba Exp $
*/ #include "global.h"
254:
#else /* !SIMULATE_COND_WITH_EVENT */
+
#ifndef CONFIGURE_TEST
PMOD_EXPORT int co_wait_timeout(COND_T *c, PIKE_MUTEX_T *m, int s, int nanos) { #ifdef POSIX_THREADS
274:
#error co_wait_timeout doesn't support this thread model. #endif /* POSIX_THREADS */ }
+
#endif /* !CONFIGURE_TEST */
#endif /* SIMULATE_COND_WITH_EVENT */