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:
@ -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)
|
||||
|
Reference in New Issue
Block a user