* sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P.
This commit is contained in:
Ulrich Drepper 2000-05-30 23:45:22 +00:00
parent 9b014809fa
commit a2fa860526
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2000-05-30 Ulrich Drepper <drepper@redhat.com> 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/Versions [libc] (GLIBC_2.2): Add localeconv.
* locale/localeconv.c: Make function versioned (with same definition). * locale/localeconv.c: Make function versioned (with same definition).

View file

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