diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-15 14:55:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-15 14:55:03 +0000 |
commit | e5bafd559a4c155fa9d1b1a669c67d99ea773565 (patch) | |
tree | 6c160c5828587b083101156869408f15fa5b0061 /sysdeps/unix | |
parent | c756c71c24a3ba3fb72bcc651d03d99df274b2d2 (diff) | |
download | glibc-e5bafd559a4c155fa9d1b1a669c67d99ea773565.tar glibc-e5bafd559a4c155fa9d1b1a669c67d99ea773565.tar.gz glibc-e5bafd559a4c155fa9d1b1a669c67d99ea773565.tar.bz2 glibc-e5bafd559a4c155fa9d1b1a669c67d99ea773565.zip |
Update.
1998-06-15 Ulrich Drepper <drepper@cygnus.com>
* Makefile: Add more dependecies for running tests.
Reported by HJ Lu.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/glob.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 <sysdeps/generic/glob.c> #undef glob |