feat: fix file rename implementation

This commit is contained in:
2026-03-25 07:18:13 +01:00
parent 6e471c2eb4
commit 8295899b8f
10 changed files with 360 additions and 33 deletions
+3
View File
@@ -182,6 +182,9 @@ namespace Montauk {
static constexpr uint64_t SYS_SETUSER = 92;
static constexpr uint64_t SYS_GETUSER = 93;
/* Filesystem.hpp */
static constexpr uint64_t SYS_FRENAME = 94;
static constexpr int SOCK_TCP = 1;
static constexpr int SOCK_UDP = 2;