diff options
Diffstat (limited to 'libc/arch-x86/syscalls/capset.S')
-rw-r--r-- | libc/arch-x86/syscalls/capset.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/capset.S b/libc/arch-x86/syscalls/capset.S index c8703c7..5ce72e4 100644 --- a/libc/arch-x86/syscalls/capset.S +++ b/libc/arch-x86/syscalls/capset.S @@ -1,4 +1,5 @@ /* autogenerated by gensyscalls.py */ +#include <linux/err.h> #include <machine/asm.h> #include <sys/linux-syscalls.h> @@ -9,7 +10,7 @@ ENTRY(capset) mov 16(%esp), %ecx movl $__NR_capset, %eax int $0x80 - cmpl $-129, %eax + cmpl $-MAX_ERRNO, %eax jb 1f negl %eax pushl %eax |