How to know the source of EINTR?

后端 未结 0 441
星月不相逢
星月不相逢 2021-02-03 15:38

When I run the following code, the EINTR error occurs frequently:

fprintf(stderr, "start select\\r\\n");
    result = select(FD_SETSIZE, &readfds, N         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题