This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add implementations of the POSIX creat and openat functions.
ClosedPublic

Authored by sivachandra on Jan 27 2022, 11:19 PM.

Diff Detail

Event Timeline

sivachandra created this revision.Jan 27 2022, 11:19 PM
sivachandra requested review of this revision.Jan 27 2022, 11:19 PM
michaelrj accepted this revision.Jan 28 2022, 10:41 AM
michaelrj added a subscriber: michaelrj.

LGTM

libc/include/llvm-libc-macros/linux/fcntl-macros.h
52

Nit: the

This revision is now accepted and ready to land.Jan 28 2022, 10:41 AM
This revision was landed with ongoing or failed builds.Jan 28 2022, 11:28 AM
This revision was automatically updated to reflect the committed changes.