aboutsummaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/syscalls/pause.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/syscalls/pause.S')
-rw-r--r--libc/arch-x86/syscalls/pause.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/pause.S b/libc/arch-x86/syscalls/pause.S
index 70be691cb..8bc21d1a6 100644
--- a/libc/arch-x86/syscalls/pause.S
+++ b/libc/arch-x86/syscalls/pause.S
@@ -1,11 +1,12 @@
/* autogenerated by gensyscalls.py */
+#include <linux/err.h>
#include <machine/asm.h>
#include <sys/linux-syscalls.h>
ENTRY(pause)
movl $__NR_pause, %eax
int $0x80
- cmpl $-129, %eax
+ cmpl $-MAX_ERRNO, %eax
jb 1f
negl %eax
pushl %eax