forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented an partial emulation of fstatat for OS X
fstatat does not exists under OS X and it was replaced by a dummy stub. This resulted in symlinks being seen as unknown file type when reading directory entries. Ultimately, this leads to the inability to glob symlinks under OS X. -- MOS_MIGRATED_REVID=89304190
- Loading branch information
Showing
1 changed file
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters