]> sourceware.org Git - glibc.git/commitdiff
(__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 96a6a7694522d02769ae25a7bf15d4f1d74352f6..300ebb26297cb5a24aa5154acd8a64cca12ba337 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)
This page took 0.047721 seconds and 5 git commands to generate.