mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):
Avoid warning by using may_alias attribute on ptrhack.
This commit is contained in:
@ -27,8 +27,10 @@
|
||||
#include <bp-checks.h>
|
||||
#include <kernel-features.h>
|
||||
|
||||
#ifndef __ASSUME_COMPLETE_READV_WRITEV
|
||||
static ssize_t __atomic_readv_replacement (int, __const struct iovec *,
|
||||
int) internal_function;
|
||||
#endif
|
||||
|
||||
|
||||
/* Not all versions of the kernel support the large number of records. */
|
||||
|
Reference in New Issue
Block a user