[libc-commits] [PATCH] D136143: [libc] Add termios.h and the implementation of functions declared in it.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Oct 18 08:12:26 PDT 2022


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


================
Comment at: libc/src/termios/linux/CMakeLists.txt:3
+# However, since POSIX requires separate implementation of the input
+# and output setters/getters, we different entrypoints for the same
+# getter/setter logic.
----------------
nit: we *use* different


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136143



More information about the libc-commits mailing list