diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/wordexp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/wordexp.h b/posix/wordexp.h index 5a4102b760..32c2a3fb80 100644 --- a/posix/wordexp.h +++ b/posix/wordexp.h @@ -58,8 +58,8 @@ enum }; /* Do word expansion of WORDS into PWORDEXP. */ -extern int wordexp __P ((__const char *__words, wordexp_t *__pwordexp, - int __flags)); +extern int wordexp __P ((__const char *__restrict __words, + wordexp_t *__restrict __pwordexp, int __flags)); /* Free the storage allocated by a `wordexp' call. */ extern void wordfree __P ((wordexp_t *__wordexp)); |