feat: fix file rename implementation

This commit is contained in:
2026-03-25 07:18:13 +01:00
parent f3ea22935f
commit 5918dc4ee5
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;