X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fsyscall-list.h;h=6bb4d91f914672e84ff7a71bc31e1877eb2f3862;hb=b9316fb0f39fff3df792e4e72eb491ec4265b91f;hp=503838b7fbd61422cc13f94f5841c27bfd5efbfd;hpb=843fc7f7f26a6507fe896a79ed1b474c35c4300f;p=elogind.git diff --git a/src/core/syscall-list.h b/src/core/syscall-list.h index 503838b7f..6bb4d91f9 100644 --- a/src/core/syscall-list.h +++ b/src/core/syscall-list.h @@ -24,7 +24,7 @@ #if defined __x86_64__ && defined __ILP32__ /* The x32 ABI defines all of its syscalls with bit 30 set, which causes - issues when attempting to use syscalls as simple indicies into an array. + issues when attempting to use syscalls as simple indices into an array. Instead, use the syscall id & ~SYSCALL_MASK as the index, and | the internal id with the syscall mask as needed. */