Loading ifs/include/preload/passthrough.hpp +0 −2 Original line number Diff line number Diff line Loading @@ -58,8 +58,6 @@ extern void* libc___lxstat64; extern void* libc_statfs; extern void* libc_fstatfs; extern void* libc_puts; extern void* libc_write; extern void* libc_pwrite; extern void* libc_pwrite64; Loading ifs/src/preload/intcp_functions.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -750,10 +750,6 @@ int fstatfs(int fd, struct statfs* buf) { return (reinterpret_cast<decltype(&fstatfs)>(libc_fstatfs))(fd, buf); } int puts(const char* str) { return (reinterpret_cast<decltype(&puts)>(libc_puts))(str); } ssize_t write(int fd, const void* buf, size_t count) { init_passthrough_if_needed(); if(CTX->initialized()) { Loading ifs/src/preload/passthrough.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -62,8 +62,6 @@ void* libc___lxstat64; void* libc_statfs; void* libc_fstatfs; void* libc_puts; void* libc_write; void* libc_pwrite; void* libc_pwrite64; Loading Loading @@ -157,8 +155,6 @@ void init_passthrough_() { libc_statfs = dlsym(libc, "statfs"); libc_fstatfs = dlsym(libc, "fstatfs"); libc_puts = dlsym(libc, "puts"); libc_write = dlsym(libc, "write"); libc_pwrite = dlsym(libc, "pwrite"); libc_pwrite64 = dlsym(libc, "pwrite64"); Loading Loading
ifs/include/preload/passthrough.hpp +0 −2 Original line number Diff line number Diff line Loading @@ -58,8 +58,6 @@ extern void* libc___lxstat64; extern void* libc_statfs; extern void* libc_fstatfs; extern void* libc_puts; extern void* libc_write; extern void* libc_pwrite; extern void* libc_pwrite64; Loading
ifs/src/preload/intcp_functions.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -750,10 +750,6 @@ int fstatfs(int fd, struct statfs* buf) { return (reinterpret_cast<decltype(&fstatfs)>(libc_fstatfs))(fd, buf); } int puts(const char* str) { return (reinterpret_cast<decltype(&puts)>(libc_puts))(str); } ssize_t write(int fd, const void* buf, size_t count) { init_passthrough_if_needed(); if(CTX->initialized()) { Loading
ifs/src/preload/passthrough.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -62,8 +62,6 @@ void* libc___lxstat64; void* libc_statfs; void* libc_fstatfs; void* libc_puts; void* libc_write; void* libc_pwrite; void* libc_pwrite64; Loading Loading @@ -157,8 +155,6 @@ void init_passthrough_() { libc_statfs = dlsym(libc, "statfs"); libc_fstatfs = dlsym(libc, "fstatfs"); libc_puts = dlsym(libc, "puts"); libc_write = dlsym(libc, "write"); libc_pwrite = dlsym(libc, "pwrite"); libc_pwrite64 = dlsym(libc, "pwrite64"); Loading