From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-046.btinternet.com (mailomta7-re.btinternet.com [213.120.69.100]) by sourceware.org (Postfix) with ESMTPS id CFEBE3858D1E for ; Fri, 8 Sep 2023 13:21:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CFEBE3858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dronecode.org.uk Received: from re-prd-rgout-004.btmx-prd.synchronoss.net ([10.2.54.7]) by re-prd-fep-046.btinternet.com with ESMTP id <20230908132154.DXDX19051.re-prd-fep-046.btinternet.com@re-prd-rgout-004.btmx-prd.synchronoss.net>; Fri, 8 Sep 2023 14:21:54 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 64D17367032CCF1E X-Originating-IP: [86.143.185.44] X-OWM-Source-IP: 86.143.185.44 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedviedrudehjedgiedvucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefkffggfgfuvfhfhfgjtgfgsehtkeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpeegtdeltdejlefgveeukeefheevgeetgeeugfdthedtleefheffveelvdetffeuheenucffohhmrghinhepghhithhhuhgsrdgtohhmpdgthihgfihinhdrtghomhenucfkphepkeeirddugeefrddukeehrdeggeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddtiegnpdhinhgvthepkeeirddugeefrddukeehrdeggedpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedvpdhrtghpthhtoheptgihghifihhnsegthihgfihinhdrtghomhdprhgtphhtthhopehmrghrtghordhmrghsohhnsehgmhgrihhlrdgtohhmpdhrvghvkffrpehhohhsthekiedqudegfedqudekhedqgeegrdhrrghnghgvkeeiqddugeefrdgsthgtvghnthhrrghlphhluhhsrdgtohhmpdgruhhthhgpuhhs vghrpehjohhnthhurhhnvgihsegsthhinhhtvghrnhgvthdrtghomhdpghgvohfkrfepifeupdfovfetjfhoshhtpehrvgdqphhrugdqrhhgohhuthdqtddtge X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.106] (86.143.185.44) by re-prd-rgout-004.btmx-prd.synchronoss.net (5.8.814.02) (authenticated as jonturney@btinternet.com) id 64D17367032CCF1E; Fri, 8 Sep 2023 14:21:54 +0100 Message-ID: Date: Fri, 8 Sep 2023 14:21:53 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: [pkg cygwin-devel] /usr/include/sys/cpuset.h:52 error: missing return type To: The Cygwin Mailing List , Marco Mason References: <3e525bb6-ce45-4e0c-fd65-29f4ae69454e@maxrnd.com> Content-Language: en-GB From: Jon Turney In-Reply-To: <3e525bb6-ce45-4e0c-fd65-29f4ae69454e@maxrnd.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,NICE_REPLY_A,RCVD_IN_BARRACUDACENTRAL,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Marco Mason via Cygwin wrote: > >> I looked at a couple mailing list archives and saw that the cpuset.h >> header >> was worked on recently, but couldn't track it down any closer.  I also >> tried to find a git repository so I could find the commit so I could >> check >> for similar errors on other headers, but couldn't find the repo for >> cygwin-devel anywhere. > > This error was introduced with the most recent update to cpuset.h. > There is a public-visible mirror of the Cygwin tree at >     https://github.com/cygwin/cygwin/blob/main/winsup/cygwin > and the problematic file can be found at >     include/sys/cpuset.h > within. You can also view the official repository at https://www.cygwin.com/cgit/newlib-cygwin/ This is linked to from https://cygwin.com/git.html, which is accessible via "Source in Git" on the sidebar at https://cygwin.com/ If you have any suggestions as to how to structure things to make this more easily discoverable, they are welcome.