mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Add "restrict" qualifiers to the prototype for wordexp().
This commit is contained in:
parent
faea1495bf
commit
8eca3fa11c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue