mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Correcting a prototype for gcc.
This commit is contained in:
@ -28,7 +28,7 @@ extern PROTO(PTR,memset,(PTR, int,unsigned int));
|
||||
#ifndef __GNUC__
|
||||
PROTO(PTR, memcpy,(PTR,CONST PTR,unsigned int));
|
||||
#else
|
||||
PROTO(char *, memcpy,(char *,CONST char *,unsigned int));
|
||||
/* PROTO(char *, memcpy,(char *,CONST char *,unsigned int)); */
|
||||
#endif
|
||||
|
||||
extern PROTO(int,getuid,());
|
||||
|
Reference in New Issue
Block a user