[libc-commits] [PATCH] D148069: [LIBC] Implement remainder of posix 'sched.h' minus `SCHED_SPORADIC`

Noah Goldstein via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Apr 13 11:08:52 PDT 2023


goldstein.w.n marked 4 inline comments as done.
goldstein.w.n added inline comments.


================
Comment at: libc/test/src/sched/rr_get_interval_test.cpp:1
+//===-- Unittests for sched_rr_get_internval -----------------------------===//
+//
----------------
sivachandra wrote:
> sivachandra wrote:
> > Extra `n`.
> Also, why is the file not named `sched_rr_get_interval_test.cpp`.
Renamed, was just following the norm of the direction which seems to be to omit `sched_` prefix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148069



More information about the libc-commits mailing list