diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/oldglob.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2000-05-30 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P. + * locale/Versions [libc] (GLIBC_2.2): Add localeconv. * locale/localeconv.c: Make function versioned (with same definition). diff --git a/sysdeps/unix/sysv/linux/alpha/oldglob.c b/sysdeps/unix/sysv/linux/alpha/oldglob.c index d85c50e..728f1fe 100644 --- a/sysdeps/unix/sysv/linux/alpha/oldglob.c +++ b/sysdeps/unix/sysv/linux/alpha/oldglob.c @@ -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; |