修复tcc编译失败的bug

This commit is contained in:
zhangzheng
2023-12-08 23:55:00 +08:00
parent f3062af123
commit 9e7c1e08ee
12 changed files with 59 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ typedef struct fd_map
static fd_map_t fd_map;
int fd_map_alloc(uint16_t svr_fd, uint16_t priv_fd, enum fd_type type)
int fd_map_alloc(uint32_t svr_fd, uint32_t priv_fd, enum fd_type type)
{
int alloc_fd = 0;