[git commit nptl] i386: use common INTERNAL_SYSCALL_ERROR_P

Mike Frysinger vapier at gentoo.org
Fri Oct 16 09:38:53 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=e803bd1135fe22384df83dc86348b28e4023fed1
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

The common define has the same behavior, just formatted differently.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 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 cd73b02..f9ea54a 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.  */
 
-- 
1.6.3.3



More information about the uClibc-cvs mailing list