mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-11 13:50:06 +00:00
09970c4efd
* sysdeps/unix/sysv/linux/alpha/getdents.c: Remove special d_ino handling. Patch by Richard Henderson <rth@twiddle.net>.
6 lines
184 B
C
6 lines
184 B
C
#define DIRENT_TYPE struct dirent64
|
|
#define __getdents64 __no___getdents64_decl
|
|
#include <sysdeps/unix/sysv/linux/getdents.c>
|
|
#undef __getdents64
|
|
weak_alias(__getdents, __getdents64);
|