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>
This commit is contained in:
Sebastian Huber
2016-11-22 07:59:17 +01:00
committed by Corinna Vinschen
parent 0bb58fbd3e
commit 9fbd510569
2 changed files with 4 additions and 15 deletions

View File

@ -0,0 +1,4 @@
#ifndef _MEMORY_H
#define _MEMORY_H
#include <string.h>
#endif /* !_MEMORY_H */