mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Update.
1998-06-17 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before defining prototypes.
This commit is contained in:
parent
bf47fa2344
commit
0751550d36
@ -1,3 +1,8 @@
|
||||
1998-06-17 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
|
||||
defining prototypes.
|
||||
|
||||
1998-06-16 David S. Miller <davem@dm.cobaltmicro.com>
|
||||
|
||||
* sysdeps/sparc/sparc32/dl-machine.h
|
||||
|
@ -15,6 +15,8 @@
|
||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <glob.h>
|
||||
|
||||
/* For Linux/Alpha we have to make the glob symbols versioned. */
|
||||
#define glob(pattern, flags, errfunc, pglob) \
|
||||
__new_glob (pattern, flags, errfunc, pglob)
|
||||
|
Loading…
Reference in New Issue
Block a user