From e9b4d069c1897d1480655dc6f25e905b1ce749a6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 10 Apr 2009 02:51:29 +0000 Subject: * stdio-common/vfprintf.c (vfprintf): Slightly more compact code. --- sysdeps/unix/sysv/linux/preadv.c | 6 ------ sysdeps/unix/sysv/linux/pwritev.c | 6 ------ 2 files changed, 12 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/preadv.c b/sysdeps/unix/sysv/linux/preadv.c index 8c89d9200e..0d4a6c3803 100644 --- a/sysdeps/unix/sysv/linux/preadv.c +++ b/sysdeps/unix/sysv/linux/preadv.c @@ -29,12 +29,6 @@ #include #include -#ifdef __x86_64__ -#define __NR_preadv 295 -#elif defined __i386__ -#define __NR_preadv 333 -#endif - #ifndef PREADV # define PREADV preadv diff --git a/sysdeps/unix/sysv/linux/pwritev.c b/sysdeps/unix/sysv/linux/pwritev.c index 1916abe485..5c30eae51f 100644 --- a/sysdeps/unix/sysv/linux/pwritev.c +++ b/sysdeps/unix/sysv/linux/pwritev.c @@ -29,12 +29,6 @@ #include #include -#ifdef __x86_64__ -#define __NR_pwritev 296 -#elif defined __i386__ -#define __NR_pwritev 334 -#endif - #ifndef PWRITEV # define PWRITEV pwritev -- cgit 1.4.1