diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-15 18:12:51 -0400 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-16 11:45:28 -0700 |
commit | e803bd1135fe22384df83dc86348b28e4023fed1 (patch) | |
tree | fc407fb03cab6417ed29d6b63d0e2d10890722ce /libc | |
parent | ef88f3a232a1ba8c33e83f0de85fa9b74274930e (diff) | |
download | uClibc-alpine-e803bd1135fe22384df83dc86348b28e4023fed1.tar.bz2 uClibc-alpine-e803bd1135fe22384df83dc86348b28e4023fed1.tar.xz |
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>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc')
-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 cd73b023c..f9ea54ac7 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. */ |