소스 검색

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 년 전
부모
커밋
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>
 
-#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.  */