(__readdir64): New strong alias.

This commit is contained in:
Ulrich Drepper 1998-03-29 17:01:42 +00:00
parent 4c0a65f62f
commit 59ff3eca16

View File

@ -1,4 +1,7 @@
#define readdir64 __no_readdir64_decl
#define __readdir64 __no___readdir64_decl
#include <sysdeps/unix/readdir.c>
#undef __readdir64
strong_alias (__readdir, __readdir64)
#undef readdir64
weak_alias (__readdir, readdir64)