| 1 | #define __getdents64 __no___getdents64_decl |
|---|---|
| 2 | #include <sysdeps/unix/sysv/linux/getdents.c> |
| 3 | #undef __getdents64 |
| 4 | weak_alias (__getdents, __getdents64); |
| 5 |
| 1 | #define __getdents64 __no___getdents64_decl |
|---|---|
| 2 | #include <sysdeps/unix/sysv/linux/getdents.c> |
| 3 | #undef __getdents64 |
| 4 | weak_alias (__getdents, __getdents64); |
| 5 |