From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/505 Path: news.gmane.org!not-for-mail From: Arvid Ephraim Picciani Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH] add memory.h Date: Tue, 11 Oct 2011 12:31:50 +0200 Message-ID: <1318330395.133173.11984@legion> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1318330709 5773 80.91.229.12 (11 Oct 2011 10:58:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2011 10:58:29 +0000 (UTC) To: Original-X-From: musl-return-506-gllmg-musl=m.gmane.org@lists.openwall.com Tue Oct 11 12:58:25 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1RDa2R-0001Xo-Jc for gllmg-musl@lo.gmane.org; Tue, 11 Oct 2011 12:58:23 +0200 Original-Received: (qmail 21630 invoked by uid 550); 11 Oct 2011 10:58:23 -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 21621 invoked from network); 11 Oct 2011 10:58:23 -0000 Xref: news.gmane.org gmane.linux.lib.musl.general:505 Archived-At: --- include/memory.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 include/memory.h diff --git a/include/memory.h b/include/memory.h new file mode 100644 index 0000000..c8b49f2 --- /dev/null +++ b/include/memory.h @@ -0,0 +1 @@ +#include -- 1.7.7