Modify elf/tst-audit9.c to use test-skeleton.c
[glibc.git] / sysdeps / nacl / readdir_r.c
blob3a9a71703e920edcf3ebf5ef28ab7c5cc48f0155
1 /* The compiler complains about aliases with nonmatching type signatures.
2 The types 'struct dirent' and 'struct dirent64' are actually identical
3 even though the compiler doesn't consider them to be. So we hide the
4 declaration from the compiler. */
5 #define readdir64_r __avoid_readdir64_r_declaration
6 #include <sysdeps/posix/readdir_r.c>
7 #undef readdir64_r
8 weak_alias (__readdir_r, readdir64_r)