mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
* memcpy.c: Remove ANSI_PROTOTYPES conditional code.
* memmove.c: Likewise. * objalloc.c: Likewise.
This commit is contained in:
@@ -30,10 +30,8 @@ Boston, MA 02110-1301, USA. */
|
||||
#include <unixlib.h>
|
||||
#else
|
||||
|
||||
#ifdef ANSI_PROTOTYPES
|
||||
/* Get a definition for size_t. */
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user