repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove sysdeps/mips soft-fp subdirectories.
[glibc.git]
/
sysdeps
/
wordsize-64
/
glob.c
blob
082faf1c70b5070597d4d1834b03aa94e7b8e32d
1
#define glob64 __no_glob64_decl
2
#define globfree64 __no_globfree64_decl
3
#include <posix/glob.c>
4
#undef glob64
5
#undef globfree64
6
weak_alias
(
glob
,
glob64
)
7
weak_alias
(
globfree
,
globfree64
)
8
libc_hidden_ver
(
globfree
,
globfree64
)