diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-16 23:49:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-16 23:49:58 +0000 |
commit | 5adac0e439e09c9c078d791a0feb317628063acf (patch) | |
tree | 38816a490b1f629da3830f5e948f2e56203b4e04 /nptl/pthread_getattr_np.c | |
parent | edb4d496a81637e9232301fe89086f164327f74a (diff) | |
download | glibc-5adac0e439e09c9c078d791a0feb317628063acf.tar.gz glibc-5adac0e439e09c9c078d791a0feb317628063acf.tar.xz glibc-5adac0e439e09c9c078d791a0feb317628063acf.zip |
Update.
* rt/tst-mqueue6.c (mqsend): Don't inline. (mqrecv): Likewise.
Diffstat (limited to 'nptl/pthread_getattr_np.c')
-rw-r--r-- | nptl/pthread_getattr_np.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_getattr_np.c b/nptl/pthread_getattr_np.c index d0c2c8b880..ba720af6cd 100644 --- a/nptl/pthread_getattr_np.c +++ b/nptl/pthread_getattr_np.c @@ -59,7 +59,7 @@ pthread_getattr_np (thread_id, attr) iattr->flags |= ATTR_FLAG_DETACHSTATE; /* This is the guardsize after adjusting it. */ - iattr->guardsize = thread->guardsize; + iattr->guardsize = thread->reported_guardsize; /* The sizes are subject to alignment. */ if (__builtin_expect (thread->stackblock != NULL, 1)) |