[libc-commits] [PATCH] D118396: [libc] Add POSIX close, fsync, open, read and write functions.

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 27 11:03:19 PST 2022


abrachet accepted this revision.
abrachet added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/include/llvm-libc-macros/linux/fcntl-macros.h:1
+//===-- Definition of macros from fcntl.h ---------------------------------===//
+//
----------------
With errno we just include `linux/errno.h` can we use `linux/fcntl.h`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118396/new/

https://reviews.llvm.org/D118396



More information about the libc-commits mailing list