Added sys_ioctl to 64-bit syscall table (#218)

This commit is contained in:
Samuel Groß
2017-05-01 20:54:27 -04:00
committed by Dan Guido
parent aabf5777ee
commit 9e87d1dfa6
+1
View File
@@ -1450,6 +1450,7 @@ class Linux(object):
0x0000000000000005: self.sys_fstat64,
0x0000000000000009: self.sys_mmap,
0x0000000000000001: self.sys_write,
0x0000000000000010: self.sys_ioctl,
0x0000000000000027: self.sys_getpid,
0x000000000000003e: self.sys_kill,
0x0000000000000065: self.sys_ptrace,