From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3481 Path: news.gmane.org!not-for-mail From: Justin Cormack Newsgroups: gmane.linux.lib.musl.general Subject: sys/queue.h Date: Fri, 28 Jun 2013 22:29:34 +0100 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372454989 3191 80.91.229.3 (28 Jun 2013 21:29:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2013 21:29:49 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3485-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 28 23:29:51 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 1UsgEn-0006em-0p for gllmg-musl@plane.gmane.org; Fri, 28 Jun 2013 23:29:49 +0200 Original-Received: (qmail 21705 invoked by uid 550); 28 Jun 2013 21:29:47 -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 21697 invoked from network); 28 Jun 2013 21:29:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=specialbusservice.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=sIsyZbv3m1UJidq1xRVUBfXOTuxTTqt5xupkGlwGyFE=; b=SIAikbvL2A77wTycPLjfEYVS5KaTBv09yn6hn5Vf3IYfidvpxzmiQ8WcZEI7lt2vvE kbSYEcS8DHhM+eJAUNguvmXNMlr7jSivQ0sf5KI32dZdhGWk+Abm/Bd/UHhqf0G9cXXJ +NBvPwJuuu9R1FZvRWApisqmCNTI2KJThFQpk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=sIsyZbv3m1UJidq1xRVUBfXOTuxTTqt5xupkGlwGyFE=; b=e/apja58lubfmD5c+roozT/hrPdl0zCR4QDnQeyo3KDnnAJKb45ro845l9G8rSkorn V+LW3a3yJWg0iy2XsjHy7g73saPaiVF/Ht9TFiIZctmkghuHzdkyQOq6mqyAn+B97fTh cCh5pDPdT7TMB642cY6T4aM66j0MUisoH/cwhwRufL4rYuKY0AvOh5eC6LD5ui9z2X1b iJJb3xCDaP3WGu3srgcd1stZlLrpetd1/tLa+FXPcNk1P3Fb0bRO7Vx9OJgjupCFm9zN RlZlo6OaX0ISsfoolLjoGKevr2POm4En75uodw4FZnlAMoLYxC5Fk1nJtYg8h8KVcymF EE/w== X-Received: by 10.68.197.199 with SMTP id iw7mr13317404pbc.110.1372454974749; Fri, 28 Jun 2013 14:29:34 -0700 (PDT) X-Gm-Message-State: ALoCoQn4AsZpf4/vThRm7BfI+BjHc+/Av5jyVNfCXldAxWbvbgfIFgu0fWKYhool+VwwlX+EWOv9 Xref: news.gmane.org gmane.linux.lib.musl.general:3481 Archived-At: 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. Justin