DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 50HHMcqK784783 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 50HHMcqK784783 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=skMM6da4 X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FE4A383FBA8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1737134556; bh=H2a4EFlMcH02D6MmZmEYq7Qo0yvSedxZrLDNQD/+JQw=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=skMM6da4R9U6FYdcQA5y3azAq47pHgDowznkWfH3Xj5d2707Bq41y9GSBhL3/MsGO r9Yn+jnL8wCFuu63Ri6TRbSTmWbc1yRNtrzbb2IiLDLIlcytfZ9seu2TOLrnWazFFi yUa0YIWdmn7aONMPAumKLlwhSMUq52HHZaNmKnbI= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5562383FB94 Date: Fri, 17 Jan 2025 18:21:36 +0100 To: cygwin AT cygwin DOT com Subject: Re: mq_unlink() always fails with EPERM Message-ID: Mail-Followup-To: cygwin AT cygwin DOT com References: <8defb91f-7608-3616-66c4-1c7fb8b27001 AT t-online DOT de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <8defb91f-7608-3616-66c4-1c7fb8b27001@t-online.de> X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Corinna Vinschen via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Corinna Vinschen Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Jan 17 16:16, Christian Franke via Cygwin wrote: > mq_unlink() does not unlink anything and always returns -1 with errno = > EPERM. Yeah, that's a result of commit f2dc492df0f3. I guess checking for isdevfd_dev() is a bit over the top. Feel free to provide a patch, otherwise I'll look into it next week. Thanks, Corinna -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple