From 2b454faf137960da9b7c783a159902ac1cc02469 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 26 Apr 2002 23:56:56 +0000 Subject: 2001-04-26 Joel Sherrill * include/rtems/score/object.h, inline/rtems/score/object.inl, src/objectcomparenamestring.c: 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. As part of debugging this it became clear that _Objects_Compare_name_string was broken and a simple version using strncmp() was substituted. --- c/src/exec/score/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'c/src/exec/score/ChangeLog') diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog index 1b83f0d663..b24ecbf42c 100644 --- a/c/src/exec/score/ChangeLog +++ b/c/src/exec/score/ChangeLog @@ -1,3 +1,13 @@ +2001-04-26 Joel Sherrill + + * include/rtems/score/object.h, inline/rtems/score/object.inl, + src/objectcomparenamestring.c: 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. As part of debugging this + it became clear that _Objects_Compare_name_string was broken + and a simple version using strncmp() was substituted. + 2002-04-18 Ralf Corsepius * include/rtems/system.h: Remove targopts.h. -- cgit v1.2.3