Go to file
Chris Friedt a5ffc6dc73 simplelink: wifi: avoid re-declaring pthread_self()
The normative spec says this returns `pthread_t`, not `void *`.
It's probably better to simply `#include <pthread.h>` outside
of this file explicitly (due to current non-standard prefixed
path in Zerphy) than to re-declare it with a potentially
conflicting signature.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2022-10-31 17:35:09 -04:00
simplelink simplelink: wifi: avoid re-declaring pthread_self() 2022-10-31 17:35:09 -04:00
zephyr modules: make openisa TI a zephyr module 2019-08-20 14:36:39 -07:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00