From 652524d9538f50e229349314043cedb5a15f18be Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 26 Feb 2004 14:28:56 +0000 Subject: 2004-02-26 Joel Sherrill PR 582/core * posix/src/mqueue.c, posix/src/mqueuecreatesupp.c, posix/src/mqueuedeletesupp.c, posix/src/mqueueunlink.c: Use memory from workspace to avoid use of mutex during dispatch disable critical section. Besides memory for object names should come from the Workspace anyway. --- cpukit/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index e07524a717..79e8ddc03c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,12 @@ +2004-02-26 Joel Sherrill + + PR 582/core + * posix/src/mqueue.c, posix/src/mqueuecreatesupp.c, + posix/src/mqueuedeletesupp.c, posix/src/mqueueunlink.c: Use memory + from workspace to avoid use of mutex during dispatch disable critical + section. Besides memory for object names should come from the + Workspace anyway. + 2004-02-12 Ralf Corsepius * aclocal/version.m4: 4.6.99.0. -- cgit v1.2.3