chiark / gitweb /
missing: always use __NR_ as prefix for syscall numbers
authorLennart Poettering <lennart@poettering.net>
Wed, 21 Feb 2018 16:27:34 +0000 (17:27 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:59:02 +0000 (07:59 +0200)
commit8053a2643f85274e7f4a3ca2bf1f450756a288f2
treee47b455a8f3caab02c2d9c1d28a6f6d23b818db7
parent3c4adcdc12aa27fcb8aaac06af37fe95a7f1a3e8
missing: always use __NR_ as prefix for syscall numbers

Apparently, both __NR_ and SYS_ are useful, but we mostly use __NR_
hence use it for these two cases too, so that we settle on __NR_
exclusively.
src/basic/missing_syscall.h