zephyr/lib/posix
Christopher Friedt b142e9dd5e posix: logging: use log module register instead of declare
Log modules should be registered with LOG_MODULE_REGISTER
rather than LOG_MODULE_DECLARE. It seems the latter works
on most platforms (at least with in minimal mode as configured
with ZTest).

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-09-19 16:11:58 +01:00
..
getopt
CMakeLists.txt
Kconfig
Kconfig.barrier
Kconfig.clock
Kconfig.cond
Kconfig.eventfd
Kconfig.fnmatch
Kconfig.fs
Kconfig.getopt
Kconfig.key
Kconfig.limits
Kconfig.mqueue
Kconfig.mutex
Kconfig.pthread
Kconfig.semaphore
Kconfig.signal
Kconfig.spinlock
Kconfig.template.pooled_ipc_type posix: add logging to pooled resource templates 2023-09-19 06:16:10 -04:00
Kconfig.template.pooled_type posix: add logging to pooled resource templates 2023-09-19 06:16:10 -04:00
Kconfig.template.with_logging posix: add logging to pooled resource templates 2023-09-19 06:16:10 -04:00
Kconfig.template.with_url
Kconfig.timer
Kconfig.uname
_common.c arch: remove wait_q.h include 2023-09-12 12:55:36 -04:00
barrier.c
clock.c posix: implement clock_nanosleep 2023-08-30 13:02:58 -07:00
cond.c posix: logging: use log module register instead of declare 2023-09-19 16:11:58 +01:00
eventfd.c
fnmatch.c
fs.c
key.c
mqueue.c
mutex.c posix: logging: use log module register instead of declare 2023-09-19 16:11:58 +01:00
nanosleep.c posix: implement clock_nanosleep 2023-08-30 13:02:58 -07:00
perror.c
posix_internal.h
pthread.c posix: logging: use log module register instead of declare 2023-09-19 16:11:58 +01:00
pthread_sched.h
rwlock.c
sched.c
semaphore.c
signal.c
sleep.c
spinlock.c
timer.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
uname.c