Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 9 Sep 2014 14:29:36 -0400
From: Paul Alfille <paul.alfille@...il.com>
To: musl@...ts.openwall.com
Subject: tdestroy

One of my users is trying to build by program OWFS (http://owfs.org
http://sf.net/projects/owfs) using mucl libc. The only problem he has found
is tdestroy -- part of the tfind/tsearch/twalk/tdelete binary tree
implementation. tdestroy is a GNU extension.

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?

Paul Alfille

Content of type "text/html" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.