mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 17:50:20 +00:00
8 lines
180 B
C
8 lines
180 B
C
#define __READDIR_R __readdir64_r
|
|
#define __GETDENTS __getdents64
|
|
#define DIRENT_TYPE struct dirent64
|
|
|
|
#include <sysdeps/unix/readdir_r.c>
|
|
|
|
weak_alias (__readdir64_r, readdir64_r)
|