From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14635 invoked by alias); 8 Aug 2007 22:15:04 -0000 Received: (qmail 14602 invoked by uid 22791); 8 Aug 2007 22:15:01 -0000 X-Spam-Check-By: sourceware.org Received: from pauline.vellum.cz (HELO pauline.vellum.cz) (89.250.243.234) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 08 Aug 2007 22:14:52 +0000 Received: from host0.dyn.jankratochvil.net (localhost.localdomain [127.0.0.1]) by pauline.vellum.cz (8.12.11.20060308/8.12.11) with ESMTP id l78MEifJ008222; Thu, 9 Aug 2007 00:14:45 +0200 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.1/8.13.8) with ESMTP id l78MEiRN019717; Thu, 9 Aug 2007 00:14:44 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.1/8.14.1/Submit) id l78MEhCZ019716; Thu, 9 Aug 2007 00:14:43 +0200 Date: Wed, 08 Aug 2007 22:15:00 -0000 From: Jan Kratochvil To: Jim Blandy Cc: gdb-patches@sourceware.org Subject: Re: [patch] Fix compilation on the recent glibc CVS snapshot Message-ID: <20070808221443.GA11800@host0.dyn.jankratochvil.net> References: <20070808205502.GA3058@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.14 (2007-02-12) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00167.txt.bz2 On Thu, 09 Aug 2007 00:04:24 +0200, Jim Blandy wrote: > Jan Kratochvil writes: > > 2007-08-08 Jan Kratochvil > > > > * serial.c (serial_open): Fix OPEN parameter macro expansion. > > POSIX System Interfaces section 2.1 says, "Any function declared in a > header may also be implemented as a macro defined in the header." I > gather this means that GLIBC is within its rights to make that change > to 'open'. I've learned something new today. Thanks, me too. > So, this change is approved. Committed. Regards, Jan