From 7ae7cf76afd70c3e756d3132491d28f5df7ef35a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 26 Apr 2002 23:41:02 +0000 Subject: 2001-04-26 Joel Sherrill * psxmsgq01/init.c: Reflect changes made to address PR81 that reworked POSIX message queues to add a descriptor separate from the underlying message queue. This allows non-blocking to follow the "open" not the underlying queue. --- testsuites/psxtests/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testsuites/psxtests/ChangeLog') diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 8198a7cba4..ba856c1ea7 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,10 @@ +2001-04-26 Joel Sherrill + + * psxmsgq01/init.c: Reflect changes made to address PR81 that + reworked POSIX message queues to add a descriptor separate from + the underlying message queue. This allows non-blocking to follow + the "open" not the underlying queue. + 2002-04-14 Ralf Corsepius * configure.ac: Remove ENABLE_GCC28. -- cgit v1.2.3