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