mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
newlib: fixes for compatibility with newlib 3.0
This commit is contained in:
@@ -460,7 +460,8 @@ void pthread_exit(void *value_ptr)
|
||||
vTaskSuspend(NULL);
|
||||
}
|
||||
|
||||
ESP_LOGV(TAG, "%s EXIT", __FUNCTION__);
|
||||
// Should never be reached
|
||||
abort();
|
||||
}
|
||||
|
||||
int pthread_cancel(pthread_t thread)
|
||||
|
Reference in New Issue
Block a user