mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-01 13:17:19 +08:00
Only use for non-LFS getdents.
This commit is contained in:
parent
9e89ae2f4c
commit
51977e0692
@ -1,5 +1,3 @@
|
||||
#define DIRENT_TYPE struct dirent64
|
||||
#define __getdents64 __no___getdents64_decl
|
||||
#define DIRENT_SET_DP_INO(dp, value) \
|
||||
do { (dp)->d_ino = (value); (dp)->__pad = 0; } while (0)
|
||||
#include <sysdeps/unix/sysv/linux/getdents.c>
|
||||
#undef __getdents64
|
||||
weak_alias(__getdents, __getdents64);
|
||||
|
Loading…
Reference in New Issue
Block a user