|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.30, 2011/05/14 22:44:06 | version 1.31, 2011/10/30 21:53:43 | ||
|---|---|---|---|
|
|
||
| #endif | #endif | ||
| int | int | ||
| glob(const char *pattern, int flags, int (*errfunc)(const char *, int), | glob(const char * __restrict pattern, int flags, int (*errfunc)(const char *, | ||
| glob_t *pglob) | int), glob_t * __restrict pglob) | ||
| { | { | ||
| const u_char *patnext; | const u_char *patnext; | ||
| int c; | int c; |