mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user