1
0
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:
Ulrich Drepper
2009-04-10 02:51:29 +00:00
parent 24030b0f78
commit e9b4d069c1
4 changed files with 17 additions and 20 deletions

View File

@ -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