CAPGET and CAPSET weren't defined on those architectures. I used the
syscall numbers reported at https://golang.org/src/syscall/, and tested
them using qemu user-mode emulation.
I also defined the constants for s390x, but didn't test them.
Also, I fixed the size of powerpc's CAPGET and CAPSET constants.
CAPGET and CAPSET weren't defined on those architectures. I used the syscall numbers reported at https://golang.org/src/syscall/, and tested them using qemu user-mode emulation.
I also defined the constants for s390x, but didn't test them.
Also, I fixed the size of powerpc's CAPGET and CAPSET constants.
Fixes #33