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/posix')
-rw-r--r--newlib/libc/posix/glob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/posix/glob.c b/newlib/libc/posix/glob.c
index 977a5a4f8..5e6c2fcba 100644
--- a/newlib/libc/posix/glob.c
+++ b/newlib/libc/posix/glob.c
@@ -158,9 +158,9 @@ static void qprintf(const char *, Char *);
int
glob(pattern, flags, errfunc, pglob)
- const char *pattern;
+ const char *__restrict pattern;
int flags, (*errfunc)(const char *, int);
- glob_t *pglob;
+ glob_t *__restrict pglob;
{
const u_char *patnext;
int c, limit;