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:
committed by
Corinna Vinschen
parent
0bb58fbd3e
commit
9fbd510569
4
newlib/libc/include/memory.h
Normal file
4
newlib/libc/include/memory.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _MEMORY_H
|
||||
#define _MEMORY_H
|
||||
#include <string.h>
|
||||
#endif /* !_MEMORY_H */
|
Reference in New Issue
Block a user