[libc-commits] [libc] [libc] Implement sched_getcpu (PR #195001)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Thu Apr 30 02:47:09 PDT 2026
================
@@ -0,0 +1,19 @@
+//===-- Unittests for getcpu ----------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "src/__support/OSUtil/syscall.h"
----------------
kaladron wrote:
I think this is unused
https://github.com/llvm/llvm-project/pull/195001
More information about the libc-commits
mailing list