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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=UsekXbJteVvwnW7m M30mMuSWHMvqRU6m9ekOzqC7J/52PP0OiPYxjFrBZ4sydeWJrGg51EICyM4Kt9wf R9+vf0MalM7ZMhR8OvCdj7TDkVTI26maydg6nUIn8gZSmWC6cqCKOfHM5Wh9xwsD SbC5zOPAfG3bdEGDu1Uo0oT0C2g= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=UM+yGhd+VS25fpGjzcWrbu RHycQ=; b=uVLiIOEGt2pCtjz7gZiSjqrKS30aH//rfOkF8Yz2jufkeAnpmuQFia T0TZJgz3URy0bW5lk9q66J75UW+YL4Swzqk/JBZTeeTuFRT4gnZAZtu77zyObvfL GAF/5bN+lbfkw1Df4ShBn8FwRXBO+d6z8ihww+bFmS+kvOAyxUrBU= 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.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f43.google.com X-Received: by 10.180.87.199 with SMTP id ba7mr47018924wib.81.1436106432913; Sun, 05 Jul 2015 07:27:12 -0700 (PDT) Subject: Re: time.h missing scope ? To: cygwin AT cygwin DOT com References: <55991EB6 DOT 1060907 AT gmail DOT com> <20150705141358 DOT GG2918 AT calimero DOT vinschen DOT de> From: Marco Atzeri Message-ID: <55993EBC.6020605@gmail.com> Date: Sun, 5 Jul 2015 16:27:08 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <20150705141358.GG2918@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 7/5/2015 4:13 PM, Corinna Vinschen wrote: > Hi Marco, > >> In file included from >> /pub/devel/xdelta/xdelta-3.0.9-1.i686/src/xdelta3-3.0.9/xdelta3.h:43:0, >> from >> /pub/devel/xdelta/xdelta-3.0.9-1.i686/src/xdelta3-3.0.9/xdelta3.c:267: >> /usr/include/sys/time.h:105:34: error: unknown type name ‘u_int’ >> bintime_mul(struct bintime *_bt, u_int _x) >> ^ > > How come? Is _POSIX_SOURCE set somehow? Maybe the definitions > of u_int etc. should use #ifdef _BSD_VISIBLE instead... _POSIX_SOURCE is set. I was trying to solve an issue with another function that requires XSI... > Would you mind to report this on the newlib list as reply to > https://sourceware.org/ml/newlib/2015/msg00225.html > ? Noted > Thanks, > Corinna > -- 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