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

@ -17,4 +17,4 @@
#define O_DIRECTORY_WORKS 1
#include <sysdeps/unix/opendir.c>
#include <sysdeps/posix/opendir.c>