From 5adac0e439e09c9c078d791a0feb317628063acf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 16 Apr 2004 23:49:58 +0000 Subject: Update. * rt/tst-mqueue6.c (mqsend): Don't inline. (mqrecv): Likewise. --- nptl/pthread_getattr_np.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/pthread_getattr_np.c') 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)) -- cgit v1.2.3