5c6e1e6e67
esp_pthread.h is missing the necessary extern "C"{ ... } wrapper to be compatible with C++. The result is link errors when you call its functions from C++ code, because the compiler generates mangled names. Closes https://github.com/espressif/esp-idf/issues/2121 Closes https://github.com/espressif/esp-idf/issues/2172 |
||
---|---|---|
.. | ||
include | ||
test | ||
component.mk | ||
Kconfig | ||
pthread.c | ||
pthread_cond_var.c | ||
pthread_internal.h | ||
pthread_local_storage.c |