trawick 02/05/09 12:46:23
Modified: . CHANGES
Log:
fix a CHANGES entry...
if you used SysV sem it was okay... if you used fcntl
it was broken
Revision Changes Path
1.283 +1 -1 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -r1.282 -r1.283
--- CHANGES 9 May 2002 19:42:33 -0000 1.282
+++ CHANGES 9 May 2002 19:46:23 -0000 1.283
@@ -4,7 +4,7 @@
sems are used for the crossprocess mutex. [Jeff Trawick]
*) Fix a problem with global mutexes on OS/390 when something other
- than the default mechanism (fcntl) was used. The mutexes didn't
+ than the default mechanism (SysV sem) was used. The mutexes didn't
necessarily block out other threads in the same process.
[Jeff Trawick]