mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Make perror arg be CONST to avoid warning,
and remove duplicate declaration of perror.
This commit is contained in:
@ -25,7 +25,7 @@ extern PROTO(void, bcopy,(char*,char*,int));
|
||||
extern PROTO(int, bcmp,(char *, char *, int));
|
||||
extern PROTO(void, bzero,(char *, int));
|
||||
extern char * strchr();
|
||||
extern PROTO(void, perror,(char *));
|
||||
extern PROTO(void, perror,(CONST char *));
|
||||
extern char *getenv();
|
||||
extern char *memchr();
|
||||
extern char *strrchr();
|
||||
@ -39,7 +39,6 @@ extern int strtol();
|
||||
void free();
|
||||
char *malloc();
|
||||
char *realloc();
|
||||
PROTO (void, perror, (char *s));
|
||||
extern char *strrchr();
|
||||
extern char *ctime();
|
||||
extern int _flsbuf();
|
||||
|
Reference in New Issue
Block a user