]> Kevux Git Server - fll/commit
Update: Add "const" to the pointer in numerous thread functions.
authorKevin Day <kevin@kevux.org>
Fri, 26 Apr 2024 02:57:36 +0000 (21:57 -0500)
committerKevin Day <kevin@kevux.org>
Fri, 26 Apr 2024 02:57:36 +0000 (21:57 -0500)
commitaf75b037837ba8855c37cd09b55e68811af7a17a
tree688e4dbffeb7dc474654bd6853a840755b86e9da
parentef3355d0288dd99be2dddf45869fd64b40643cef
Update: Add "const" to the pointer in numerous thread functions.

These are past directly to the thread functions that do not have "const" qualifier.
This needs extensive testing.

Clean up related function comments.
level_0/f_thread/c/thread.c
level_0/f_thread/c/thread.h