| 1 | #define readdir64 __no_readdir64_decl |
|---|---|
| 2 | #define __readdir64 __no___readdir64_decl |
| 3 | #include <sysdeps/posix/readdir.c> |
| 4 | #undef __readdir64 |
| 5 | strong_alias (__readdir, __readdir64) |
| 6 | #undef readdir64 |
| 7 | weak_alias (__readdir, readdir64) |
| 8 |
| 1 | #define readdir64 __no_readdir64_decl |
|---|---|
| 2 | #define __readdir64 __no___readdir64_decl |
| 3 | #include <sysdeps/posix/readdir.c> |
| 4 | #undef __readdir64 |
| 5 | strong_alias (__readdir, __readdir64) |
| 6 | #undef readdir64 |
| 7 | weak_alias (__readdir, readdir64) |
| 8 |