mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* rt/tst-mqueue6.c (mqsend): Don't inline. (mqrecv): Likewise.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user