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:
parent
377721fae6
commit
142bbc77f1
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
"fchmod",
|
||||
"fcntl",
|
||||
"fcntl64",
|
||||
"ftruncate64",
|
||||
"fstat",
|
||||
"fstat64",
|
||||
"fsync",
|
||||
|
|
Loading…
Reference in a new issue