From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27549 invoked by alias); 23 Feb 2011 16:57:37 -0000 Received: (qmail 27537 invoked by uid 22791); 23 Feb 2011 16:57:36 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_FC X-Spam-Check-By: sourceware.org Received: from mail-qy0-f176.google.com (HELO mail-qy0-f176.google.com) (209.85.216.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Feb 2011 16:57:31 +0000 Received: by qyk30 with SMTP id 30so3459436qyk.0 for ; Wed, 23 Feb 2011 08:57:29 -0800 (PST) Received: by 10.229.43.72 with SMTP id v8mr3228801qce.290.1298480249333; Wed, 23 Feb 2011 08:57:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.192.146 with HTTP; Wed, 23 Feb 2011 08:57:04 -0800 (PST) In-Reply-To: <4D64F4E6.8000702@linux-kernel.at> References: <4D64F4E6.8000702@linux-kernel.at> From: Matt Turner Date: Wed, 23 Feb 2011 16:57:00 -0000 Message-ID: Subject: Re: alpha fcntl bits missing defines To: Oliver Falk Cc: libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00027.txt.bz2 On Wed, Feb 23, 2011 at 11:52 AM, Oliver Falk wrot= e: > Hi! > > Just noticed, that [ports]/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h is > missing the following 2 defines: > > --- fcntl.h.PIPE_SZ =A0 =A0 2011-02-23 10:46:09.000000000 +0100 > +++ fcntl.h =A0 =A0 2011-02-23 10:46:11.000000000 +0100 > @@ -97,6 +97,8 @@ > =A0# define F_SETLEASE =A0 =A01024 =A0 =A0/* Set a lease. =A0*/ > =A0# define F_GETLEASE =A0 =A01025 =A0 =A0/* Enquire what lease is active= . =A0*/ > =A0# define F_NOTIFY =A0 =A0 =A01026 =A0 =A0/* Request notfications on a = directory. =A0*/ > +# define F_SETPIPE_SZ =A0 1031 =A0 =A0/* Set pipe page size array. =A0*/ > +# define F_GETPIPE_SZ =A0 1032 =A0 =A0/* Set pipe page size array. =A0*/ > =A0#endif > =A0#ifdef __USE_XOPEN2K8 > =A0# define F_DUPFD_CLOEXEC 1030 =A0/* Duplicate file descriptor with > > Would be great if one could add it. > > -of I'm curious. What program needs these defines? More evidence that we need a common set of headers. Matt