Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 11 Oct 2011 12:31:50 +0200
From: Arvid Ephraim Picciani <aep@...s.org>
To: <musl@...ts.openwall.com>
Subject: [PATCH] add memory.h

---
 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 <stdlib.h>
-- 
1.7.7

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.