diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-25 07:44:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-25 07:44:41 +0000 |
commit | 5f66b766e7b1929b07ab3e0374a9a627a45c9be6 (patch) | |
tree | 337255bdc09e5c1f32039ae5f732eeef8059de79 /nptl/descr.h | |
parent | 51499423041892397b8ee123bbe45fd8eadda534 (diff) | |
download | glibc-5f66b766e7b1929b07ab3e0374a9a627a45c9be6.tar.gz glibc-5f66b766e7b1929b07ab3e0374a9a627a45c9be6.tar.xz glibc-5f66b766e7b1929b07ab3e0374a9a627a45c9be6.zip |
Update.
2004-09-25 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/setuid.c (__setuid): Remove second result declaration. 2004-09-22 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/ia64/sysdep.h: Adjust whitespace.
Diffstat (limited to 'nptl/descr.h')
-rw-r--r-- | nptl/descr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/descr.h b/nptl/descr.h index 0f8d347b79..d81392921c 100644 --- a/nptl/descr.h +++ b/nptl/descr.h @@ -197,6 +197,9 @@ struct pthread /* True if the user provided the stack. */ bool user_stack; + /* True if thread must stop at startup time. */ + bool stopped_start; + /* Lock to synchronize access to the descriptor. */ lll_lock_t lock; |