1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-20 05:32:18 +03:00

LFS support.

This commit is contained in:
Ulrich Drepper
1997-12-22 20:20:47 +00:00
parent 77d5a2df47
commit 14bb1c1b08
10 changed files with 16 additions and 0 deletions

View File

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