OSDN Git Service

Fix <memory.h> to be a synonym for <string.h> like in glibc.
authorElliott Hughes <enh@google.com>
Fri, 22 Feb 2013 19:11:48 +0000 (11:11 -0800)
committerElliott Hughes <enh@google.com>
Fri, 22 Feb 2013 19:11:48 +0000 (11:11 -0800)
Change-Id: If23589c5d85dffd28788e04b010303620fa178ca

libc/include/memory.h

index e69de29..3b2f590 100644 (file)
@@ -0,0 +1 @@
+#include <string.h>