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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=yhE0y/l9IlE191sco/5WTc3hSRCy eykxs4K9QxA+LD67iunJxhi7F/eEyzOb9eziFyc7mvJ+Vzb4Zhfr7VeirK5nxXHV ovNVKnJSP0Igtmc2bvEULQXmXDsS0Up6HCwGOv/pF/4xZOKjcp30lgctos8G5fY7 qMrArqAILaeOOUE= 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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=F9IQSNQNmPnjPnU8SYoKFGc0t1Y=; b=Eo Hz2yIvWaeYWelsYZIstUt/tANko4EHa4dN3o6gZ+W6LJfQh3VsNyvC0PChpdAjIE 1fERHcyuze4E9ZD0MBQuvJ7OlYBipR7XN2N+gTB4GzU9V+/HluGqQmBYnFbcwft2 t0WmfRot6yBGZU8uFX7Z7Qm8qfuSEkX9ph4eeuqw4= 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,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: p3plsmtpa08-03.prod.phx3.secureserver.net Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: cygwin64: Issue with sigaddset From: Richard Elberger In-Reply-To: <20150223154254.GU437@calimero.vinschen.de> Date: Mon, 23 Feb 2015 10:57:10 -0500 Message-Id: References: <20150223124239 DOT GN437 AT calimero DOT vinschen DOT de> <6627A2BA-85A0-47F4-A8AC-BB8EC4A0D456 AT richelberger DOT com> <20150223140353 DOT GQ437 AT calimero DOT vinschen DOT de> <20150223150514 DOT GT437 AT calimero DOT vinschen DOT de> <69393947-C292-420D-B020-22238950B977 AT richelberger DOT com> <20150223154254 DOT GU437 AT calimero DOT vinschen DOT de> To: cygwin AT cygwin DOT com X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t1NFvV8F030598 > > This is a known perl problem, afaik, and not reported for the first > time. It seems the -r/-w/-x tests check the file permissions returned > by stat(2), but they should test access based on the return value of > access(2) or faccessat(2) calls instead. > Exactly! I ask p5p if there was a way to compile perl with using the pragma behavior as the default behavior. I was met with the usual “that’s probably a bad idea” argument. I think I will be more persistent about this with p5p, like perhaps making this an option in the perl build configuration. -- 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