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:cc :subject:content-type:content-transfer-encoding; q=dns; s= default; b=w9lgArpFC11UYGh2w39FFMe8XZbIW4nw82nR2mgOR7XSOtIKilGY+ upB35N+uK1ccgViqPnQJ32RLN3mTSAMRLtG9RSkuqSO+ZIcpijoSwZfzPLkCwXvy p7Rg24anDmB5s7l9WtxP5yNgs19x65NtAt9Aw+NxN9LdHqdBPTWy6Q= 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:cc :subject:content-type:content-transfer-encoding; s=default; bh=v tQvQSm47xQ+WePJ0wrMdOX7gmw=; b=WRMJxgvRZtKgxIcEIJCzwHToKgjnOAAve ixxWRuX+Y8/BMDjHF4tDKkIpAz52qs7a/F4Y1nAZNpmHXaa/c96z7STKbC4Pu2oP Sli2lYheh5/ZMZlsPuKhmx1OdMyzjGTKA6ce6QqDYEmt6tP635oe81YJMEYhYMZB 3hsYThsdCs= 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 X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Message-ID: <51670A56.6090701@alice.it> Date: Thu, 11 Apr 2013 21:09:10 +0200 From: Angelo Graziosi User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Cygwin CC: fortran , Tobias Burnus Subject: Re: Cygwin with clock_gettime and CLOCK_MONOTONIC - gives always 0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi mum [1], Corinna Vinschen wrote: > Works fine for me with the current Cygwin 1.7.17, and the upcoming > Cygwin 1.7.18: > > $ cat > ct.c <