From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16109 invoked by alias); 23 Oct 2005 20:44:37 -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 16093 invoked by uid 9341); 23 Oct 2005 20:44:36 -0000 Date: Sun, 23 Oct 2005 20:44:00 -0000 Message-ID: <20051023204436.16091.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/compat/posix/current ChangeLog c ... X-SW-Source: 2005/txt/msg00300.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2005-10-23 20:44:36 Modified files: packages/compat/posix/current: ChangeLog packages/compat/posix/current/cdl: posix.cdl pthread.cdl packages/compat/posix/current/doc: posix.sgml packages/compat/posix/current/include: mutex.h pthread.h packages/compat/posix/current/src: misc.cxx mqueue.cxx time.cxx packages/compat/posix/current/tests: signal1.c sigsetjmp.c timer1.c tm_basic.cxx Added files: packages/compat/posix/current/include/sys: time.h Log message: * src/time.cxx: add gettimeofday() implementation * cdl/posix.cdl: make some descriptions a bit more verbose. move mutex.cxx into its own component (CYGPKG_POSIX_PTHREAD_MUTEX). move compilation of mqueue.cxx into the CYGPKG_POSIX_MQUEUES component. Fixed the tests so that only the ones which stand a chance of compling are compiled. * include/sys/time.h (new): Header file which implements sys/time.h * include/pthread.h: Include time.h for struct timespec * include/mutex.h: Include time.h for struct timespec