You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
make compiler happy
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user