From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3193 invoked by alias); 31 Aug 2003 16:12:26 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 3177 invoked from network); 31 Aug 2003 16:12:26 -0000 Received: from unknown (HELO dea.linux-mips.net) (80.139.102.133) by sources.redhat.com with SMTP; 31 Aug 2003 16:12:26 -0000 Received: from dea.linux-mips.net (localhost [127.0.0.1]) by dea.linux-mips.net (8.12.8/8.12.8) with ESMTP id h7VGCH1p011509; Sun, 31 Aug 2003 18:12:17 +0200 Received: (from ralf@localhost) by dea.linux-mips.net (8.12.8/8.12.8/Submit) id h7VGCHGA011508; Sun, 31 Aug 2003 18:12:17 +0200 Date: Sun, 31 Aug 2003 16:12:00 -0000 From: Ralf Baechle To: Ulrich Drepper , Glibc hackers , linux-mips@linux-mips.org Cc: jsun@mvista.com Subject: Re: [PATCH] Fix sigevent_t stuff Message-ID: <20030831161217.GA10286@linux-mips.org> References: <20030831145854.GB23189@linux-mips.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030831145854.GB23189@linux-mips.org> User-Agent: Mutt/1.4.1i X-SW-Source: 2003-08/txt/msg00046.txt.bz2 On Sun, Aug 31, 2003 at 04:58:54PM +0200, Ralf Baechle wrote: > below patch fixes a mismatch between glibc and the kernel header's > definition on MIPS. Please apply. Please ignore this patch. Digging through the history of the missmatch I came to the conclusion that this fix isn't the right one; I'll send an updated patch. Ralf