blob: f127cd8aad4fc3cc59f255ba11d54164e9bf4602 (
plain) (
blame)
1
2
3
4
5
|
#define DIRENT_TYPE struct dirent64
#define __getdents64 __no___getdents64_decl
#include <sysdeps/unix/sysv/linux/getdents.c>
#undef __getdents64
weak_alias(__getdents, __getdents64);
|