[libc-commits] [PATCH] D118435: [libc] Add implementations of the POSIX creat and openat functions.
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jan 28 10:41:05 PST 2022
michaelrj accepted this revision.
michaelrj added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: libc/include/llvm-libc-macros/linux/fcntl-macros.h:52
+// Sepcial directory FD to indicate that tha path argument to
+// openat is relative to the current directory.
----------------
Nit: the
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118435/new/
https://reviews.llvm.org/D118435
More information about the libc-commits
mailing list