From c5225dd5c9346e0f35b3918c8fe1c734054d2b1a Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
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 <vapier@gentoo.org>
---
 libc/sysdeps/linux/i386/bits/syscalls.h | 3 ---
 1 file changed, 3 deletions(-)

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 <errno.h>
 
-#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