This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add implementations of POSIX mkdir, mkdirat, rmdir, unlink and unlinkat.
ClosedPublic

Authored by sivachandra on Jan 31 2022, 11:59 AM.

Diff Detail

Event Timeline

sivachandra created this revision.Jan 31 2022, 11:59 AM
sivachandra requested review of this revision.Jan 31 2022, 11:59 AM
lntue added inline comments.Jan 31 2022, 2:32 PM
libc/src/sys/stat/linux/mkdirat.cpp
22

Shall this one also be guarded like others?

Address comment.

libc/src/sys/stat/linux/mkdirat.cpp
22

Thanks for catching. Done.

This revision is now accepted and ready to land.Jan 31 2022, 3:11 PM