diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/generic/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/glob.c | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/generic/Dist b/sysdeps/generic/Dist index e088372b07..5d4075402d 100644 --- a/sysdeps/generic/Dist +++ b/sysdeps/generic/Dist @@ -1,5 +1,6 @@ make_siglist.c signame.c signame.h det_endian.c entry.h +errno-loc.c. getresgid.c getresuid.c 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 |