mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
8 lines
168 B
C
8 lines
168 B
C
|
#define GLOB_FUNC glob
|
||
|
#define GLOB_TYPE glob_t
|
||
|
#define GLOBFREE_FUNC globfree
|
||
|
#define DIRENT_STRUCT dirent
|
||
|
#define STAT_STRUCT stat
|
||
|
|
||
|
#include "tst-gnuglob-skeleton.c"
|