mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 13:16:28 +08:00
272e62018a
if config_walltime_signal is enabled, NuttX_sim will receive a lot of signals, the socket api will break and errno will be EINTR, masking irq before calling the host socket api will avoid this problem. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>