[*] Fix vis of this one posix symbol

This commit is contained in:
Reece Wilson 2024-03-06 20:29:43 +00:00
parent 7b302a7f35
commit 6d4fc2c5f7

View File

@ -60,7 +60,7 @@ namespace Aurora
return true;
}
static AuUInt64 PosixGetLength(int fd)
AuUInt64 PosixGetLength(int fd)
{
AuUInt64 ret {}, old {};
bool status {};