[libc-commits] [PATCH] D147985: [LIBC] Implement `sched_yield()`

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Apr 11 15:59:10 PDT 2023


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

LGTM with nit



================
Comment at: libc/test/src/sched/yield_test.cpp:9
+
+#include "src/__support/OSUtil/syscall.h"
+#include "src/errno/libc_errno.h"
----------------
Nit: I'm not sure you need to include syscall here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147985



More information about the libc-commits mailing list