From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10962 invoked by alias); 15 Sep 2009 23:08:26 -0000 Received: (qmail 10954 invoked by uid 22791); 15 Sep 2009 23:08:25 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Sep 2009 23:08:20 +0000 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mnh8D-00052W-4S for cygwin@cygwin.com; Wed, 16 Sep 2009 01:08:17 +0200 Received: from l3-128-170-36-102.l-3com.com ([128.170.36.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Sep 2009 01:08:17 +0200 Received: from ebb9 by l3-128-170-36-102.l-3com.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Sep 2009 01:08:17 +0200 To: cygwin@cygwin.com From: Eric Blake Subject: Re: lseek() returning Invalid Argument Date: Tue, 15 Sep 2009 23:08:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-09/txt/msg00331.txt.bz2 gballey ace-co.com> writes: > Anyone got an idea of what is going on here? Yep. Oh, you wanted to know what your bug is? > > Thanks. > > /* begin test.c */ > > #include > #include Oops - no #include . lseek takes 64-bit type arguments, but without a declaration from the correct header, the compiler assumes it takes int arguments. Try compiling with -Wall. -- Eric Blake -- 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