summaryrefslogtreecommitdiffstats
path: root/translate.h
diff options
context:
space:
mode:
authorfche <fche>2005-08-24 17:37:00 +0000
committerfche <fche>2005-08-24 17:37:00 +0000
commit4a88f72dcb5812e04d648f3575d7d404ae2dd4f0 (patch)
tree7f556d12106cbb836c5b299ede26fd2415401b71 /translate.h
parent0776f3fc1729b62790889182b64e6823a8572128 (diff)
downloadsystemtap-steved-4a88f72dcb5812e04d648f3575d7d404ae2dd4f0.tar.gz
systemtap-steved-4a88f72dcb5812e04d648f3575d7d404ae2dd4f0.tar.xz
systemtap-steved-4a88f72dcb5812e04d648f3575d7d404ae2dd4f0.zip
2005-08-24 Frank Ch. Eigler <fche@elastic.org>
* translate.cxx (emit_global, emit_module_init): Use 2.6.9-compatible rwlock initialization.
Diffstat (limited to 'translate.h')
-rw-r--r--translate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.h b/translate.h
index 2a012273..39e56dd7 100644
--- a/translate.h
+++ b/translate.h
@@ -67,7 +67,7 @@ struct unparser
virtual void emit_global (vardecl* v) = 0;
// static TYPE global_NAME;
- // static DEFINE_RWLOCK(global_NAME_lock);
+ // static rwlock_t global_NAME_lock;
virtual void emit_functionsig (functiondecl* v) = 0;
// static void function_NAME (context* c);