Loading ifs/include/preload/passthrough.hpp +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,10 @@ #ifndef IFS_PASSTHROUGH_HPP #define IFS_PASSTHROUGH_HPP #define LIBC_FUNC(FNAME, ...) \ ((reinterpret_cast<decltype(&FNAME)>(libc_##FNAME))(__VA_ARGS__)) // function pointer for preloading extern void* libc; Loading Loading
ifs/include/preload/passthrough.hpp +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,10 @@ #ifndef IFS_PASSTHROUGH_HPP #define IFS_PASSTHROUGH_HPP #define LIBC_FUNC(FNAME, ...) \ ((reinterpret_cast<decltype(&FNAME)>(libc_##FNAME))(__VA_ARGS__)) // function pointer for preloading extern void* libc; Loading