X-Recipient: archive-cygwin AT delorie DOT 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=EQc0cZ 9caY68R+sm/mZJX/Y3PdO33JVB8su2ZjtU9B4X/wqL4vpyUm6WwuoA2CEm5tXeL8 Cak3iHCC0HyAtaPb+ar0YlJGWYV2bAs07AFqwXTP64PLRmtrDsZY9JGSFItJ4QEB DX9P4ewyjUoArVoFdX8K5BT0qczd7D2agOSag= 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; s=default; bh=s2gGZ/s/QwhO K8J0JJ4rwA3kM1s=; b=PvlsphisXLT8fK9K3JiHJXzRW1Gpt9Pds2YD+xmQFuza DLPKXEADB+iu8xEfubAVwgzkHGQTOKuhBGtfcWZV1+AMY8dX9B06NMhgYYjvwVJW xRbH2jofrEHJVg3DsNkikFllUj17+5RdO3gaDhob7YwkHzl5g6E1JDuNwO9O4vU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <533574E3.4000407@redhat.com> Date: Fri, 28 Mar 2014 07:10:59 -0600 From: Eric Blake User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: open(O_RDWR) and lseek() fail References: <20140328093110 DOT GA23367 AT calimero DOT vinschen DOT de> <0D835E9B9CD07F40A48423F80D3B5A702CE06F27 AT USA7109MB022 DOT na DOT xerox DOT net> <53357393 DOT 60603 AT redhat DOT com> In-Reply-To: <53357393.60603@redhat.com> OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="w3xjBOfJpmp13PflNkXvAwDsDkBWMWddl" X-IsSubscribed: yes --w3xjBOfJpmp13PflNkXvAwDsDkBWMWddl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 03/28/2014 07:05 AM, Eric Blake wrote: > If you want to use %lld, you have to use C99, not C89; use gcc -std=3Dc99 > or gcc -std=3Dgnu99. By omitting -std, you got gcc's default, which for > now is still -std=3Dc89. Or more precisely: 'gcc' is short for 'gcc -std=3Dgnu89' 'gcc -pedantic' is short for 'gcc -std=3Dc89 -pedantic' where the gnu89 standard allows 64-bit types, but the pedantic c89 standard does not. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --w3xjBOfJpmp13PflNkXvAwDsDkBWMWddl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTNXTjAAoJEKeha0olJ0NqzC4H/3arcHaBVupGqkM3Zs/xw+BG 8/CQ6v+mBZSm1ZBypYpmrMWQBYHopvpjNcYj5B8bx11w88+V2IkWRwX0uWr1/zA/ FS0W88s0PasWJfdi7kG8lRWgbtcynpwbA9oAN997rBDgU7u4H61Jnkr9bpkg1ecv qAjJmmkIqMnLiq475Klyjd3chmmLXIgrFOx3JmNtI7JIH9NkucWR652QzLWVBeNc 4Orm1SOSq4mZxRLjuLVCopC7erCcJJbD04qA0XItBgItj4JGVoXfzhxNlPgf+35J oQt6fWdE5ehG+OHe93wz7ZSsaFWGBYZ3ymizB/g2e/TtJicQ2+iNjkwZ6Wb3LY0= =HwvV -----END PGP SIGNATURE----- --w3xjBOfJpmp13PflNkXvAwDsDkBWMWddl--