1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* sysdeps/x86_64/Makefile [nptl]: Define CFLAGS-pthread_create.c.
This commit is contained in:
Ulrich Drepper
2004-11-25 06:25:42 +00:00
parent f1f2cafcd4
commit bca2d20831
3 changed files with 11 additions and 2 deletions

View File

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