From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3482 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: sys/queue.h Date: Fri, 28 Jun 2013 23:47:20 +0200 Message-ID: <51CE0468.8090106@barfooze.de> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1372456217 14882 80.91.229.3 (28 Jun 2013 21:50:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2013 21:50:17 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3486-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 28 23:50:19 2013 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 1UsgYc-0007U5-S8 for gllmg-musl@plane.gmane.org; Fri, 28 Jun 2013 23:50:18 +0200 Original-Received: (qmail 32154 invoked by uid 550); 28 Jun 2013 21:50:18 -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 32146 invoked from network); 28 Jun 2013 21:50:18 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:3482 Archived-At: On 06/28/2013 11:29 PM, Justin Cormack wrote: > I just found some code that uses sys/queue.h > > This is actually just macros and typedefs as far as I can see, no > actual code at all. glibc simply uses the header file from BSD as far > as I can see, so this would be fairly trivial to add. but it has an ugly 3-clause BSD license. relying on its existence is highly fragile so most programs that use it have their own copy somewhere in-tree. and if not, it's a bug. > > Justin >