diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-15 18:12:51 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-15 18:12:51 -0400 |
commit | c5225dd5c9346e0f35b3918c8fe1c734054d2b1a (patch) | |
tree | 91a1723777df561c7d83c08f8c01a5e736c21ebc /libc/sysdeps/linux/i386 | |
parent | 69a320ec04e71203d7be2117ffef6d0ec6788b7d (diff) |
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>
Diffstat (limited to 'libc/sysdeps/linux/i386')
-rw-r--r-- | libc/sysdeps/linux/i386/bits/syscalls.h | 3 |
1 files changed, 0 insertions, 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. */ |