Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 30 May 2000 23:45:22 +0000 (23:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 30 May 2000 23:45:22 +0000 (23:45 +0000)
* sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P.

ChangeLog
sysdeps/unix/sysv/linux/alpha/oldglob.c

index 2f8fb0a..c5f85ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).
 
index d85c50e..728f1fe 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;