mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
transmission: add missing ftruncate64 syscall
Transmission 4.0.3 started using the ftruncate64 syscall. Add it to the list of allowed syscalls. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"fchmod",
|
||||
"fcntl",
|
||||
"fcntl64",
|
||||
"ftruncate64",
|
||||
"fstat",
|
||||
"fstat64",
|
||||
"fsync",
|
||||
|
||||
Reference in New Issue
Block a user