mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
Linux/Alpha egtdents implementation.
This commit is contained in:
parent
2489c7f179
commit
b2db50fd18
6
sysdeps/unix/sysv/linux/alpha/getdents.c
Normal file
6
sysdeps/unix/sysv/linux/alpha/getdents.c
Normal file
@ -0,0 +1,6 @@
|
||||
#define DIRENT_SET_DP_INO(dp, value) \
|
||||
do { (dp)->d_ino = (value); (dp)->__pad = 0; } while (0)
|
||||
#define __getdents64 __no___getdents64_decl
|
||||
#include <sysdeps/unix/sysv/linux/getdents.c>
|
||||
#undef __getdents64
|
||||
weak_alias(__getdents, __getdents64);
|
Loading…
Reference in New Issue
Block a user