nuttx/libs/libc/wqueue
guoshichao 99551e78f0 wqueue: fix the config typo error
Fix typo in CMakeLists.txt: CONFIG_LIB_USRWORK → CONFIG_LIBC_USRWORK.
This ensures work_usrthread.c, work_queue.c, and work_cancel.c are compiled
when the user work queue feature is enabled.

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2026-01-14 09:24:00 +08:00
..
CMakeLists.txt wqueue: fix the config typo error 2026-01-14 09:24:00 +08:00
Kconfig
Make.defs libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
work_cancel.c sched/wqueue: Change dq to list. 2025-05-07 02:02:10 +08:00
work_queue.c sched/wqueue: Improve performance of the work_queue. 2025-05-11 10:47:13 +08:00
work_usrthread.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
wqueue.h sched/wqueue: Change dq to list. 2025-05-07 02:02:10 +08:00