[libc-commits] [PATCH] D147970: [libc] Add swab implementation

Roland McGrath via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 10 17:35:06 PDT 2023


mcgrathr added a comment.

Sorry I failed to notice the placement and build plumbing are not right here. It should not be in the linux/ subdir, it has nothing to do with linux or any other OS.
Follow the model of e.g. getopt that is in unistd but is not OS-specific.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147970



More information about the libc-commits mailing list