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/descr.h | |
parent | edb4d496a81637e9232301fe89086f164327f74a (diff) | |
download | glibc-5adac0e439e09c9c078d791a0feb317628063acf.tar glibc-5adac0e439e09c9c078d791a0feb317628063acf.tar.gz glibc-5adac0e439e09c9c078d791a0feb317628063acf.tar.bz2 glibc-5adac0e439e09c9c078d791a0feb317628063acf.zip |
Update.
* rt/tst-mqueue6.c (mqsend): Don't inline.
(mqrecv): Likewise.
Diffstat (limited to 'nptl/descr.h')
-rw-r--r-- | nptl/descr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nptl/descr.h b/nptl/descr.h index a6e35ba3db..3611698048 100644 --- a/nptl/descr.h +++ b/nptl/descr.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003 Free Software Foundation, Inc. +/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -236,6 +236,8 @@ struct pthread size_t stackblock_size; /* Size of the included guard area. */ size_t guardsize; + /* This is what the user specified and what we will report. */ + size_t reported_guardsize; /* Resolver state. */ struct __res_state res; |