mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
function if it is not defined. * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
This commit is contained in:
@ -36,8 +36,10 @@
|
||||
# define OFF_T off_t
|
||||
#endif
|
||||
|
||||
#ifndef __ASSUME_PREADV
|
||||
static ssize_t PREADV_REPLACEMENT (int, __const struct iovec *,
|
||||
int, OFF_T) internal_function;
|
||||
#endif
|
||||
|
||||
|
||||
ssize_t
|
||||
|
Reference in New Issue
Block a user