1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Move common dirent implementation from sysdeps/unix to sysdeps/posix.

This commit is contained in:
Roland McGrath
2012-08-07 14:47:34 -07:00
parent 22895b4767
commit a281decc87
16 changed files with 32 additions and 7 deletions

View File

@ -2,6 +2,6 @@
#define __GETDENTS __getdents64
#define DIRENT_TYPE struct dirent64
#include <sysdeps/unix/readdir.c>
#include <sysdeps/posix/readdir.c>
weak_alias (__readdir64, readdir64)