From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6132 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: tdestroy Date: Tue, 9 Sep 2014 20:37:22 +0200 Message-ID: <20140909183720.GL10361@port70.net> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1410287864 29733 80.91.229.3 (9 Sep 2014 18:37:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2014 18:37:44 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6145-gllmg-musl=m.gmane.org@lists.openwall.com Tue Sep 09 20:37:38 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XRQIK-0004Ec-G9 for gllmg-musl@plane.gmane.org; Tue, 09 Sep 2014 20:37:36 +0200 Original-Received: (qmail 28113 invoked by uid 550); 9 Sep 2014 18:37:35 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 28105 invoked from network); 9 Sep 2014 18:37:35 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:6132 Archived-At: * Paul Alfille [2014-09-09 14:29:36 -0400]: > I have an alternative implementation to tdestroy that is triggered by > HAVE_TDESTROY created by autoconf / automake. > > Apparently the macro > AC_CHECK_FUNCS([twalk tsearch tfind tdelete tdestroy]) > > doesn't find tdestroy is missing in mucl. > > So my questions are: > 1. Is there a fix to the configuration -- either a recommended way to add > special cases for mucl of a fix for the detection? > 2. Any chance you could add tdestroy? musl does have tdestroy but you need -D_GNU_SOURCE to have it visible in search.h