mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
8 lines
181 B
C
8 lines
181 B
C
#define __READDIR_R __readdir64_r
|
|
#define __GETDENTS __getdents64
|
|
#define DIRENT_TYPE struct dirent64
|
|
|
|
#include <sysdeps/posix/readdir_r.c>
|
|
|
|
weak_alias (__readdir64_r, readdir64_r)
|