1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Removed, we can use the wordsize-64 one.

This commit is contained in:
Andreas Jaeger
2002-05-09 07:50:41 +00:00
parent d1a60a2851
commit aef146878a
4 changed files with 0 additions and 22 deletions

View File

@ -1,7 +0,0 @@
#define glob64 __no_glob64_decl
#define globfree64 __no_globfree64_decl
#include <sysdeps/generic/glob.c>
#undef glob64
#undef globfree64
weak_alias (glob, glob64)
weak_alias (globfree, globfree64)