From 0f30d227497418c6d3bef7d52244407e30454504 Mon Sep 17 00:00:00 2001 From: Kacper Date: Mon, 22 Dec 2025 23:27:56 +0100 Subject: Added c11 threads, fixed some locks and add *_unlocked functions --- lib/libc/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/Kbuild') diff --git a/lib/libc/Kbuild b/lib/libc/Kbuild index 8a52fdb3..60ab4f8e 100644 --- a/lib/libc/Kbuild +++ b/lib/libc/Kbuild @@ -20,10 +20,10 @@ obj-y += inttypes/ obj-y += libgen/ obj-y += mman/ obj-y += monetary/ -obj-y += mqueue/ obj-y += msg/ obj-y += poll/ obj-y += pwd/ +obj-y += sched/ obj-y += select/ obj-y += sem/ obj-y += setjmp/ -- cgit v1.2.3