You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Fix fd ownership
This commit is contained in:
@@ -10,6 +10,8 @@ namespace socket_utils {
|
||||
|
||||
ssize_t xwrite(int fd, const void *buf, size_t count);
|
||||
|
||||
uint8_t read_u8(int fd);
|
||||
|
||||
size_t read_usize(int fd);
|
||||
|
||||
std::string read_string(int fd);
|
||||
@@ -19,6 +21,4 @@ namespace socket_utils {
|
||||
int recv_fd(int fd);
|
||||
|
||||
bool write_usize(int fd, size_t val);
|
||||
|
||||
uint8_t read_u8(int fd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user