Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc] Fix path to fcntl_overlay in cmake (llvm#114464)
The proxy header definition for mode_t was using an incorrect form for its dependency on fcntl_overlay. The relative paths for dependencies can only go down, not up so "../" doesn't work. This patch fixes it to be absolute.
- Loading branch information