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
elf: handle addition overflow in _dl_find_object_update_1 [BZ #32245]
[glibc.git]
/
sysdeps
/
gnu
/
globfree64.c
blob
f092d0bf8b2ec07c7b2864b2de93479e700a36b8
1
#include <dirent.h>
2
#include <glob.h>
3
#include <sys/stat.h>
4
5
#define glob_t glob64_t
6
#define globfree(pglob) globfree64 (pglob)
7
8
#include <posix/globfree.c>
9
10
libc_hidden_def
(
globfree64
)