1
0
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:
Ulrich Drepper
2009-04-26 18:06:47 +00:00
parent 4ec77f72fe
commit f521be31b9
13 changed files with 83 additions and 41 deletions

View File

@ -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. */