mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
8 lines
171 B
C
8 lines
171 B
C
#define __READDIR __readdir64
|
|
#define __GETDENTS __getdents64
|
|
#define DIRENT_TYPE struct dirent64
|
|
|
|
#include <sysdeps/posix/readdir.c>
|
|
|
|
weak_alias (__readdir64, readdir64)
|