From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23796 invoked by alias); 7 Jan 2004 06:45:28 -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 23784 invoked by uid 453); 7 Jan 2004 06:45:28 -0000 Date: Wed, 07 Jan 2004 06:45:00 -0000 Message-ID: <20040107064528.23782.qmail@sources.redhat.com> From: jlarmour@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos/packages/io/fileio/current ChangeLog src/ ... X-SW-Source: 2004/txt/msg00008.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2004-01-07 06:45:28 Modified files: packages/io/fileio/current: ChangeLog packages/io/fileio/current/src: fio.h select.cxx Log message: * src/select.cxx: No need to make pselect() dependent on CYGPKG_POSIX - that would depend on the arguments. Assert instead, and more correctly make it contingent on CYGPKG_POSIX_SIGNALS. * src/fio.h: Separate out signal functionality into its own separate test.