Add "restrict" qualifiers to the prototype for wordexp().
This commit is contained in:
parent
faea1495bf
commit
8eca3fa11c
@ -68,7 +68,7 @@ typedef struct {
|
||||
#define WRDE_SYNTAX 6 /* shell syntax error */
|
||||
|
||||
__BEGIN_DECLS
|
||||
int wordexp(const char *, wordexp_t *, int);
|
||||
int wordexp(const char * __restrict, wordexp_t * __restrict, int);
|
||||
void wordfree(wordexp_t *);
|
||||
__END_DECLS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user