mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
11 lines
187 B
C
11 lines
187 B
C
|
#include <dirent.h>
|
||
|
#include <glob.h>
|
||
|
#include <sys/stat.h>
|
||
|
|
||
|
#define glob_t glob64_t
|
||
|
#define globfree(pglob) globfree64 (pglob)
|
||
|
|
||
|
#include <posix/globfree.c>
|
||
|
|
||
|
libc_hidden_def (globfree64)
|