1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* rt/tst-mqueue6.c (mqsend): Don't inline.
	(mqrecv): Likewise.
This commit is contained in:
Ulrich Drepper
2004-04-16 23:49:58 +00:00
parent edb4d496a8
commit 5adac0e439
6 changed files with 24 additions and 7 deletions

View File

@ -618,6 +618,10 @@ allocate_stack (const struct pthread_attr *attr, struct pthread **pdp,
pd->guardsize = guardsize;
}
/* The pthread_getattr_np() calls need to get passed the size
requested in the attribute, regardless of how large the
actually used guardsize is. */
pd->reported_guardsize = guardsize;
}
#ifndef __ASSUME_CLONE_STOPPED