From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19146 invoked by alias); 21 Nov 2003 10:53:12 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 19134 invoked by uid 371); 21 Nov 2003 10:53:11 -0000 Date: Fri, 21 Nov 2003 10:53:00 -0000 Message-ID: <20031121105311.19132.qmail@sources.redhat.com> From: nickg@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos/packages/compat/posix/current ChangeLog s ... X-SW-Source: 2003/txt/msg01501.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: nickg@sourceware.org 2003-11-21 10:53:11 Modified files: packages/compat/posix/current: ChangeLog packages/compat/posix/current/src: mqueue.cxx pthread.cxx Log message: * src/mqueue.cxx: Fix problem with mq_timedsend() and mq_timedreceive() timing out with zero timeouts even when there is room in the queue. * src/pthread.cxx (pthread_exit): Added code to disable cancellation requests during thread exit. This allows thread cleanup handlers to issue system calls when cleaning up thread resources.