mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
* sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user