diff options
Diffstat (limited to 'winsup/cygwin/include/glob.h')
-rw-r--r-- | winsup/cygwin/include/glob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/glob.h b/winsup/cygwin/include/glob.h index 35745196b..4ad200fd5 100644 --- a/winsup/cygwin/include/glob.h +++ b/winsup/cygwin/include/glob.h @@ -103,7 +103,7 @@ __BEGIN_DECLS # define DLLEXPORT __declspec(dllimport) #endif -int DLLEXPORT glob (const char *, int, int (*)(const char *, int), glob_t *); +int DLLEXPORT glob (const char __restrict *, int, int (*)(const char *, int), glob_t *__restrict); void DLLEXPORT globfree (glob_t *); int DLLEXPORT glob_pattern_p (const char *, int); __END_DECLS |