Use llseek syscall instead of lseek.
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ SYS_READ = 3
|
||||
SYS_WRITE = 4
|
||||
SYS_OPEN = 5
|
||||
SYS_CLOSE = 6
|
||||
SYS_LSEEK = 19
|
||||
;SYS_LSEEK = 19
|
||||
SYS_LLSEEK = 140
|
||||
|
||||
SEEK_SET = 0
|
||||
SEEK_CUR = 1
|
||||
|
||||
Reference in New Issue
Block a user