make compiler happy

This commit is contained in:
5ec1cff
2023-11-04 16:39:21 +08:00
parent ac53ef11a3
commit add1c65626
4 changed files with 9 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ namespace socket_utils {
ssize_t xread(int fd, void *buf, size_t count);
ssize_t xwrite(int fd, const void *buf, size_t count);
size_t xwrite(int fd, const void *buf, size_t count);
uint8_t read_u8(int fd);