pike.git/
src/
threads.c
Branch:
Tag:
Non-build tags
All tags
No tags
2006-01-30
2006-01-30 10:03:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b0c72aaa7009389c2567347c5b29381d5a88ed34 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/threads.c:1.248
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.
247
2006/01/
29
16
:
41
:
18
grubba Exp $
+
|| $Id: threads.c,v 1.
248
2006/01/
30
10
:
03
:
21
grubba Exp $
*/ #ifndef CONFIGURE_TEST
1501:
int wait_count; };
-
#define THIS_COND ((pike_cond *)(CURRENT_STORAGE))
+
#define THIS_COND ((
struct
pike_cond *)(CURRENT_STORAGE))
/*! @decl void wait(Thread.MutexKey mutex_key) *!