mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-25 13:51:04 +08:00
Update.
* sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P.
This commit is contained in:
parent
9b014809fa
commit
a2fa860526
@ -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).
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user