Merge branch 'gitee-master' into gitlab-upstream

This commit is contained in:
zhengshuxin 2023-07-11 17:24:07 +08:00
commit 5258246c03

View File

@ -84,7 +84,7 @@ typedef int socket_t;
# define FIBER_EINPROGRESS EINPROGRESS
# include <sys/syscall.h>
# if defined(SYS_recvmmsg) && defined(SYS_sendmmsg)
# if defined(SYS_recvmmsg) && defined(SYS_sendmmsg) && !defined(ANDROID)
# define HAS_MMSG
# endif
#endif