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

Missing #include updates for dirstream code move from unix to posix.

This commit is contained in:
Roland McGrath
2012-08-08 09:18:37 -07:00
parent 5afee2dc60
commit cdd915fd16
3 changed files with 10 additions and 4 deletions

View File

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