summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-11-22 23:17:44 +0000
committerSteve Huston <shuston@riverace.com>1997-11-22 23:17:44 +0000
commit8e5217a61faa7ff4d536ff3969f58fc92f1625ea (patch)
treeab15b03d4d5ea3c130511f50f3559fdaf42287d1
parent8d021bdee6c7d2924b52e10d2e3b53726bdeb319 (diff)
downloadATCD-8e5217a61faa7ff4d536ff3969f58fc92f1625ea.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-97b3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index 72916efe7e9..fa43757b12b 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -25,6 +25,9 @@ Sat Nov 22 14:38:22 1997 Steve Huston <shuston@riverace.com>
Added 'const' to "char *" - can't initialize a char * with
a const string. Fixes Riverace problem ID P38, P40.
+ * performance-tests/Synch-Benchmarks/Makefile: Changed SHLIB to use
+ $(SOEXT) rather than .so. Fixes Riverace problem ID P41.
+
* tests/Thread_Pool_Test.cpp: Moved 'this->getq(mb)' out of an
ACE_ASSERT. Thanks to Arturo Montes <mitosys@colomsat.net.co>
for finding this.