mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
7 lines
121 B
C
7 lines
121 B
C
|
#define scandir64 scandir64_renamed
|
||
|
|
||
|
#include "../../dirent/scandir.c"
|
||
|
|
||
|
#undef scandir64
|
||
|
weak_alias (scandir, scandir64)
|