diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 09:49:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 09:49:02 +0000 |
commit | 90491dc4bf7a2c4232565ea68c9bda1383f97ae6 (patch) | |
tree | d00ccc5fc77334ca06edeaa13afc6a3ad083f047 /nptl/allocatestack.c | |
parent | c6247c9d7daab9faa51ae571d4b12a337e9b15ff (diff) | |
download | glibc-90491dc4bf7a2c4232565ea68c9bda1383f97ae6.zip glibc-90491dc4bf7a2c4232565ea68c9bda1383f97ae6.tar.gz glibc-90491dc4bf7a2c4232565ea68c9bda1383f97ae6.tar.bz2 |
Update.
* pthreadP.h: Mark declarations of __find_in_stack_list, __free_tcb,
and __deallocate_stack with internal_function.
* pthread_create.c: Adjust definitions appropriately.
* allocatestack.c: Likewise.
* pthread_join.c: Add one more __builtin_expect.
* pthread_timedjoin.c: Likewise.
* pthread_getspecific.c (__pthread_getspecific): Clear data->data
not data of sequence number does not match.
Add one __builtin_expect.
Diffstat (limited to 'nptl/allocatestack.c')
-rw-r--r-- | nptl/allocatestack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/allocatestack.c b/nptl/allocatestack.c index 9d7f761..57cb271 100644 --- a/nptl/allocatestack.c +++ b/nptl/allocatestack.c @@ -477,6 +477,7 @@ allocate_stack (const struct pthread_attr *attr, struct pthread **pdp, void +internal_function __deallocate_stack (struct pthread *pd) { lll_lock (stack_cache_lock); |