forked from KolibriOS/kolibrios
newlib-2.1.0
git-svn-id: svn://kolibrios.org@4921 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -43,7 +43,7 @@ enum {
|
||||
/* Note: This implementation of wordexp requires a version of bash
|
||||
that supports the --wordexp and --protected arguments to be present
|
||||
on the system. It does not support the WRDE_UNDEF flag. */
|
||||
int wordexp(const char *, wordexp_t *, int);
|
||||
int wordexp(const char *__restrict, wordexp_t *__restrict, int);
|
||||
void wordfree(wordexp_t *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user