summaryrefslogtreecommitdiff
path: root/gcc/sys-protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sys-protos.h')
-rw-r--r--gcc/sys-protos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sys-protos.h b/gcc/sys-protos.h
index 91584c341b4..566569d86e7 100644
--- a/gcc/sys-protos.h
+++ b/gcc/sys-protos.h
@@ -1070,7 +1070,7 @@ extern int stime(const time_t *);
extern struct netbuf * stoa(char *, struct netbuf *);
extern void store(datum, datum);
extern char * strcadd(char *, const char *);
-extern int strcasecmp(const char *, const char*);
+extern int strcasecmp(const char *, const char *);
extern char * strcat(char *, const char *);
extern char * strccpy(char *, const char *);
extern char * strchr(const char *, int);
@@ -1088,7 +1088,7 @@ extern char * strerror(int);
extern int strfind(const char *, const char *);
extern size_t strftime(char *, size_t, const char *, const struct tm *);
extern size_t strlen(const char *);
-extern int strncasecmp(const char *, const char*, size_t);
+extern int strncasecmp(const char *, const char *, size_t);
extern char * strncat(char *, const char *, size_t);
extern int strncmp(const char *, const char *, size_t);
extern char * strncpy(char *, const char *, size_t);