[libc-commits] [PATCH] D153729: [libc] Correct usage of __unix__ and __linux__

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jun 26 14:06:30 PDT 2023


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

LGTM, and if there are spots where both linux and macos should be accepted then we should probably make those `#if defined(__linux__) || defined(__APPLE__)`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153729



More information about the libc-commits mailing list