X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=MT
	wUeeUU3HEINHjBxvq4ZK+H2S9YkU2ZnFnRlp9AU4iUn4UPBUc+7Lj79QdCX1ndtl
	HiGHO5f7Al3Pjb7Yr96g1++K7yRBqZ9pMC7/32lD6oSUioQqdX2DdSbIXhU68FBM
	8DY5AxyNt09BkGUmzBtncy3s4Rr9x7AqJ9Ef2FDVg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=q43Tan4P
	nxDZ5nL5Z98Z71jC2IQ=; b=tQfqD2PzgxapWTtotYn1b3BtAtVqIh2HVeEL+YQy
	loZ7fRtgVs8iz0xhhNqqnsKwzsf5pZfHYGSbSiTBIH32pRZbtOdlLw7CPyYDHmU5
	hz4i0nCmbrTtGT6ZEzefdy+8waQKFtOqxWwO77Riz8Irqt0luSTtKNI8WP8vwkD/
	3p8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-lb0-f178.google.com
MIME-Version: 1.0
X-Received: by 10.112.45.108 with SMTP id l12mr5505678lbm.21.1391696108249; Thu, 06 Feb 2014 06:15:08 -0800 (PST)
In-Reply-To: <CAO1jNws3H_Wbec=y_UoYkhrb5nMX7iT7_A5XaHcQKCw32o055g@mail.gmail.com>
References: <52F339CA.5070305@gmail.com>	<20140206090117.GD2821@calimero.vinschen.de>	<52F361C5.3000807@gmail.com>	<CAO1jNwvSip2JNbPq2y+1fMsWo0dLO29oo4Vz+Y6T80-4agSuOQ@mail.gmail.com>	<20140206140244.GH2821@calimero.vinschen.de>	<CAO1jNws3H_Wbec=y_UoYkhrb5nMX7iT7_A5XaHcQKCw32o055g@mail.gmail.com>
Date: Thu, 6 Feb 2014 15:15:08 +0100
Message-ID: <CAO1jNwvccFJmrotONe31v0gYRnRT-jRjKCYugADPNYiGMTkCfQ@mail.gmail.com>
Subject: Fwd: cygwin-1.7.28 getpwent header declaration changes ?
From: Jan Nijtmans <jan.nijtmans@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
X-IsSubscribed: yes

2014-02-06 15:02 GMT+01:00 Corinna Vinschen:
> In sys/_default_fcntl.h, the LOCK_xx macros are defined if
> __BSD_VISIBLE is defined, which *is* defined by default, unless you
> define one of
>
>   _ANSI_SOURCE
>   _C99_SOURCE
>   _C11_SOURCE
>   _POSIX_C_SOURCE
>   _XOPEN_SOURCE

Yes, SQLite defines _XOPEN_SOURCE in sqliteInt.h:

    <http://www.sqlite.org/src/artifact/fdab572b3567d587?ln=198-200>

I could add a !defined(__CYGWIN__) there, but I prefer
just to define __BSD_VISIBLE.

Thanks!

Regards.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

