mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
* sysdeps/x86_64/Makefile [nptl]: Define CFLAGS-pthread_create.c.
This commit is contained in:
@ -417,7 +417,7 @@ allocate_stack (const struct pthread_attr *attr, struct pthread **pdp,
|
||||
pd = get_cached_stack (&size, &mem);
|
||||
if (pd == NULL)
|
||||
{
|
||||
/* To avoid aliasing effects on a larger scale then pages we
|
||||
/* To avoid aliasing effects on a larger scale than pages we
|
||||
adjust the allocated stack size if necessary. This way
|
||||
allocations directly following each other will not have
|
||||
aliasing problems. */
|
||||
|
Reference in New Issue
Block a user