diff --git a/include/os/osSocket.h b/include/os/osSocket.h index cd6a1e2405..3ba28d8156 100644 --- a/include/os/osSocket.h +++ b/include/os/osSocket.h @@ -115,8 +115,8 @@ typedef SOCKET EpollFd; #define __PDP_ENDIAN PDP_ENDIAN #endif -typedef int32_t SocketFd; -// typedef SocketFd EpollFd; +typedef int32_t SocketFd; +typedef SocketFd EpollFd; typedef struct TdSocketServer *TdSocketServerPtr; typedef struct TdSocket *TdSocketPtr;