]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__old_glob): Loose __P.
authorUlrich Drepper <drepper@redhat.com>
Tue, 30 May 2000 23:44:42 +0000 (23:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 30 May 2000 23:44:42 +0000 (23:44 +0000)
sysdeps/unix/sysv/linux/alpha/oldglob.c

index d85c50e769d705114c9fad4282a44565c7eb26f1..728f1fe664545416694a1b5f471f222fb47274d1 100644 (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;