Not needed anymore.

This commit is contained in:
Ulrich Drepper 2000-08-19 16:38:21 +00:00
parent 51977e0692
commit 142652edb2
5 changed files with 0 additions and 14 deletions

View file

@ -1 +0,0 @@
/* getdents64 is in getdents.c */

View file

@ -1,7 +0,0 @@
#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)

View file

@ -1 +0,0 @@
/* readdir64 is in readdir.c */

View file

@ -1 +0,0 @@
/* readdir64_r is in readdir_r.c */

View file

@ -1,4 +0,0 @@
#define readdir64_r __no_readdir64_r_decl
#include <sysdeps/unix/readdir_r.c>
#undef readdir64_r
weak_alias (__readdir_r, readdir64_r)