Browse Source

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>
Mike Frysinger 15 years ago
parent
commit
c5225dd5c9
1 changed files with 0 additions and 3 deletions
  1. 0 3
      libc/sysdeps/linux/i386/bits/syscalls.h

+ 0 - 3
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.  */