From c5225dd5c9346e0f35b3918c8fe1c734054d2b1a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 15 Oct 2009 18:12:51 -0400 Subject: i386: use common INTERNAL_SYSCALL_ERROR_P The common define has the same behavior, just formatted differently. Signed-off-by: Mike Frysinger --- libc/sysdeps/linux/i386/bits/syscalls.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/i386/bits/syscalls.h b/libc/sysdeps/linux/i386/bits/syscalls.h index 8a98a0e08..23d872a29 100644 --- a/libc/sysdeps/linux/i386/bits/syscalls.h +++ b/libc/sysdeps/linux/i386/bits/syscalls.h @@ -13,9 +13,6 @@ #include -#define INTERNAL_SYSCALL_ERROR_P(val, err) \ - ((unsigned int) (val) >= 0xfffff001u) - /* We need some help from the assembler to generate optimal code. We define some macros here which later will be used. */ -- cgit v1.2.3