aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/filesystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore/filesystem.cpp')
-rw-r--r--src/zencore/filesystem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zencore/filesystem.cpp b/src/zencore/filesystem.cpp
index debe51cc9..5160bfdc6 100644
--- a/src/zencore/filesystem.cpp
+++ b/src/zencore/filesystem.cpp
@@ -3467,7 +3467,6 @@ public:
{
return {};
}
- fcntl(FdGuard.Fd, F_SETFD, FD_CLOEXEC);
fchmod(FdGuard.Fd, 0666);
int Result = ftruncate(FdGuard.Fd, Size);