mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-06-03 04:28:57 +00:00
The newer glibc does not allow system calls to be made via _syscallN() wrapper. They have to be made through syscall(). The ionice code used the older interface. Correcting it to use syscall. Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>