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 */

View File

@ -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 */