Since there’s a binding to `syscall` function, `SYS_*` constants should also be bound. Perhaps in their own module, since there’s so many of them. - [ ] Linux (???) - [ ] [Android](https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/+/master/sysroot/usr/include/bits/syscall.h) where __NR are defined in unistd_{[32](https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/+/master/sysroot/usr/include/asm/unistd_32.h),[64](https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/+/master/sysroot/usr/include/asm/unistd_64.h)}; - [ ] [FreeBSD](http://fxr.watson.org/fxr/source/sys/syscall.h?v=FREEBSD10); - [ ] [NetBSD](http://fxr.watson.org/fxr/source/sys/syscall.h?v=NETBSD); - [ ] [OpenBSD](http://fxr.watson.org/fxr/source/sys/syscall.h?v=OPENBSD); - [ ] [Apple](http://www.opensource.apple.com/source/xnu/xnu-1228.5.20/bsd/sys/syscall.h)