mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 09:48:31 +08:00
ac5b38c9e5
Sim use coroutine base on one thread in host to do switch context. but if we allow switch context with in one API (host-API and errno get), maybe the switch context from coroutine cause re-enter host-API call. Make the errno get behavior not work as expected. Signed-off-by: guanyi3 <guanyi3@xiaomi.com>