DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 52EGGapl1517730 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 52EGGapl1517730 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=MIUkayIu X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 23EDB385AC11 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1741968995; bh=z6xN5iL3jvJ67hHQGGoAhrbLWIUynUueb+NwcktRaz0=; 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=MIUkayIuBZNWaDoEJT+n1UF/eXmgp9DpNR5FryMELuUEEwNTBpJ/1VWUeP7IEemrL R5AmC0Le9OENjBLBmCnqn6CMVmg2k+MxjXLelE0tvczyZH4BYWBR6FZnf/SfVKWnlq rfGwv1etrWf5yvBcDX0yTqaisT14fepFuEj4Mvrg= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA326385735B Date: Fri, 14 Mar 2025 17:12:08 +0100 To: cygwin AT cygwin DOT com Subject: Re: cygwin-devel vs libbsd-devel: arc4random_stir() macro in stdlib.h breaks bsd/stdlib.h Message-ID: Mail-Followup-To: cygwin AT cygwin DOT com References: <8a442ec3-23e8-c09c-f9be-5a9fe7e6d801 AT t-online DOT de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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 Mar 14 16:50, Corinna Vinschen via Cygwin wrote: > On Mar 14 13:48, Christian Franke via Cygwin wrote: > > $ nm /usr/lib/libbsd.dll.a | grep ' arc4random' || echo not found > > not found > > > > I guess: > > - arc4random_addrandom() should be removed from libcygwin.a or added to > > cygwin/stdlib.h. > > No, we can't do that (OpenSSH) Ooooh, you mean arc4random_addrandom. My excuse for a brain was still thinking of arc4random_stir *facepalm* Hmm... > > - all arc4random*() should be hidden for __CYGWIN__ in bsd/stdlib.h. > > This, we can do. Let me check. > > > 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