Update src/core/libraries/network/p2p_sockets.cpp

Co-authored-by: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com>
This commit is contained in:
Marcin Mikołajczyk 2025-07-15 16:52:40 +02:00 committed by Marcin Mikołajczyk
parent 262be4a358
commit f82c5a221e

View File

@ -72,4 +72,8 @@ int P2PSocket::write(const void* buf, size_t len) {
return 0;
}
int P2PSocket::fstat(Libraries::Kernel::OrbisKernelStat* stat) {
LOG_ERROR(Lib_Net, "(STUBBED) called");
return 0;
}
} // namespace Libraries::Net