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:
parent
0bb58fbd3e
commit
9fbd510569
|
@ -0,0 +1,4 @@
|
||||||
|
#ifndef _MEMORY_H
|
||||||
|
#define _MEMORY_H
|
||||||
|
#include <string.h>
|
||||||
|
#endif /* !_MEMORY_H */
|
|
@ -1,15 +0,0 @@
|
||||||
/* memory.h
|
|
||||||
|
|
||||||
This file is part of Cygwin.
|
|
||||||
|
|
||||||
This software is a copyrighted work licensed under the terms of the
|
|
||||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
|
||||||
details. */
|
|
||||||
|
|
||||||
#ifndef _MEMORY_H
|
|
||||||
#define _MEMORY_H
|
|
||||||
|
|
||||||
/* This allows more things to compile. */
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#endif /* _MEMORY_H */
|
|
Loading…
Reference in New Issue