mirror of git://sourceware.org/git/glibc.git
(__old_glob): Loose __P.
This commit is contained in:
parent
245061db80
commit
f41d856feb
|
@ -44,7 +44,7 @@ typedef struct
|
|||
|
||||
int
|
||||
__old_glob (const char *pattern, int flags,
|
||||
int (*errfunc) __P ((const char *, int)),
|
||||
int (*errfunc) (const char *, int),
|
||||
old_glob_t *pglob)
|
||||
{
|
||||
glob_t correct;
|
||||
|
|
Loading…
Reference in New Issue