From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31757 invoked by alias); 22 Jan 2005 16:50:10 -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 31743 invoked by uid 9341); 22 Jan 2005 16:50:10 -0000 Date: Sat, 22 Jan 2005 16:50:00 -0000 Message-ID: <20050122165010.31742.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/compat/linux/current ChangeLog i ... X-SW-Source: 2005/txt/msg00014.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2005-01-22 16:50:10 Modified files: packages/compat/linux/current: ChangeLog packages/compat/linux/current/include/linux: slab.h spinlock.h Added files: packages/compat/linux/current/include/linux: rwsem.h Log message: * include/linux/spinlock.h (DEFINE_SPINLOCK): Added. * include/linux/slab.h (vfree): Added vmalloc and vfree which map to malloc and free. * include/linux/rwsem.h: New file. eCos does not have read/write semaphores so these are mapped to normal semaphores.