1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00
1998-06-15  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile: Add more dependecies for running tests.
	Reported by HJ Lu.
This commit is contained in:
Ulrich Drepper
1998-06-15 14:55:03 +00:00
parent c756c71c24
commit e5bafd559a
7 changed files with 67 additions and 8 deletions

View File

@@ -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