about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-30 23:45:22 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-30 23:45:22 +0000
commita2fa860526e6e6978385fd789a24401ddb6e6c5f (patch)
tree20ef826a23ca2e76ea11e51bf33d9ac7bfa260ae
parent9b014809fae75a2019975ff61d13eb66249e3491 (diff)
downloadglibc-a2fa860526e6e6978385fd789a24401ddb6e6c5f.tar.gz
glibc-a2fa860526e6e6978385fd789a24401ddb6e6c5f.tar.xz
glibc-a2fa860526e6e6978385fd789a24401ddb6e6c5f.zip
Update.
	* sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P.
-rw-r--r--ChangeLog2
-rw-r--r--sysdeps/unix/sysv/linux/alpha/oldglob.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f8fb0ac83..c5f85ff1f5 100644
--- 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).
 
diff --git a/sysdeps/unix/sysv/linux/alpha/oldglob.c b/sysdeps/unix/sysv/linux/alpha/oldglob.c
index d85c50e769..728f1fe664 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;