diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/preadv.c | 6 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/pwritev.c | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/unix/sysv/linux/preadv.c b/sysdeps/unix/sysv/linux/preadv.c index 8c89d92..0d4a6c3 100644 --- a/sysdeps/unix/sysv/linux/preadv.c +++ b/sysdeps/unix/sysv/linux/preadv.c @@ -29,12 +29,6 @@ #include <sys/syscall.h> #include <kernel-features.h> -#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 1916abe..5c30eae 100644 --- a/sysdeps/unix/sysv/linux/pwritev.c +++ b/sysdeps/unix/sysv/linux/pwritev.c @@ -29,12 +29,6 @@ #include <sys/syscall.h> #include <kernel-features.h> -#ifdef __x86_64__ -#define __NR_pwritev 296 -#elif defined __i386__ -#define __NR_pwritev 334 -#endif - #ifndef PWRITEV # define PWRITEV pwritev |