From e5bafd559a4c155fa9d1b1a669c67d99ea773565 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 15 Jun 1998 14:55:03 +0000 Subject: Update. 1998-06-15 Ulrich Drepper * Makefile: Add more dependecies for running tests. Reported by HJ Lu. --- sysdeps/unix/sysv/linux/alpha/glob.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/alpha/glob.c b/sysdeps/unix/sysv/linux/alpha/glob.c index 59c42ae5fc..69da879c20 100644 --- a/sysdeps/unix/sysv/linux/alpha/glob.c +++ b/sysdeps/unix/sysv/linux/alpha/glob.c @@ -21,6 +21,12 @@ #define globfree(pglob) \ __new_globfree (pglob) +/* We need prototypes for these new names. */ +extern int __new_glob (const char *__pattern, int __flags, + int (*__errfunc) (const char *, int), + glob_t *__pglob); +extern void __new_globfree (glob_t *__pglob); + #include #undef glob -- cgit v1.2.3