(__readdir64): New strong alias.
authorUlrich Drepper <drepper@redhat.com>
Sun, 29 Mar 1998 17:01:42 +0000 (17:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 29 Mar 1998 17:01:42 +0000 (17:01 +0000)
sysdeps/unix/sysv/linux/alpha/readdir.c

index 96a6a76..300ebb2 100644 (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)