From de92445896102d3feabad267d85db6f0680fa26f Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Sun, 23 Nov 1997 00:02:09 +0000 Subject: *** empty log message *** --- ChangeLog-97b | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog-97b b/ChangeLog-97b index fa43757b12b..4eec487f198 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -25,6 +25,13 @@ Sat Nov 22 14:38:22 1997 Steve Huston Added 'const' to "char *" - can't initialize a char * with a const string. Fixes Riverace problem ID P38, P40. + * examples/Threads/thread_specific.cpp, tss1.cpp: Moved the Errno + class out to a new file, thread_specific.h. AIX xlC needs to have + the class in a .h file for template generation. Fixes Riverace + problem P42. + * examples/Threads/Makefile: Make sure that, on AIX, the tempinc + directory is cleared before building each new program. + * performance-tests/Synch-Benchmarks/Makefile: Changed SHLIB to use $(SOEXT) rather than .so. Fixes Riverace problem ID P41. -- cgit v1.2.1