[libc-commits] [PATCH] D73302: [libc] Move the implementation of mmap and munmap into a linux specific area.

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 23 16:30:49 PST 2020


abrachet accepted this revision.
abrachet added a comment.
This revision is now accepted and ready to land.

LGTM. Would it be appropriate for this patch to add non platform specific implementations that always fail and set errno to ENOSYS in libc/src/sys/mman?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73302





More information about the libc-commits mailing list