Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/strchr.c')
-rw-r--r--newlib/libc/string/strchr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/string/strchr.c b/newlib/libc/string/strchr.c
index 60b0fde8e..de4585f75 100644
--- a/newlib/libc/string/strchr.c
+++ b/newlib/libc/string/strchr.c
@@ -12,8 +12,8 @@ ANSI_SYNOPSIS
TRAD_SYNOPSIS
#include <string.h>
char * strchr(<[string]>, <[c]>);
- const char *<[string]>;
- int <[c]>;
+ char *<[string]>;
+ int *<[c]>;
DESCRIPTION
This function finds the first occurence of <[c]> (converted to