Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-11-22 09:59:17 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-11-22 16:21:35 +0300
commit9fbd510569df2916cbcc69d46e1d0da9f63643e1 (patch)
tree0222658b139b24d6f80e3dd119ca7a95d1afaf04 /newlib/libc/include/memory.h
parent0bb58fbd3ecede36ec775849109b506362300b24 (diff)
Provide <memory.h>
Provide <memory.h> for all standard Newlib targets and remove Cygwin-specific header. Most POSIX like systems provide this historic header. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
Diffstat (limited to 'newlib/libc/include/memory.h')
-rw-r--r--newlib/libc/include/memory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/include/memory.h b/newlib/libc/include/memory.h
new file mode 100644
index 000000000..f4a14fcb8
--- /dev/null
+++ b/newlib/libc/include/memory.h
@@ -0,0 +1,4 @@
+#ifndef _MEMORY_H
+#define _MEMORY_H
+#include <string.h>
+#endif /* !_MEMORY_H */