about summary refs log tree commit diff
path: root/sysdeps
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 /sysdeps
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.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/oldglob.c2
1 files changed, 1 insertions, 1 deletions
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;