ソースを参照

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 17 年 前
コミット
c5225dd5c9
1 ファイル変更0 行追加3 行削除
  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>
 #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
 /* We need some help from the assembler to generate optimal code.  We
    define some macros here which later will be used.  */
    define some macros here which later will be used.  */