about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/alpha/getdents.c
blob: 6deb87e2e4e7aebfcc05ad0e0d2133089afb37f5 (plain) (blame)
1
2
3
4
5
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);