mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
futex_ldxr_stxr.c: fully reproducible in dynamically linked simulation
This commit is contained in:
@@ -26,8 +26,6 @@ lkmc_futex(int *uaddr, int futex_op, int val,
|
||||
: "memory"
|
||||
);
|
||||
return x0;
|
||||
//return syscall(SYS_futex, uaddr, futex_op, val,
|
||||
// timeout, uaddr2, val3);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user