(__old_glob): Loose __P.

This commit is contained in:
Ulrich Drepper 2000-05-30 23:44:42 +00:00
parent 245061db80
commit f41d856feb

View File

@ -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;