diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-17 09:39:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-17 09:39:59 +0000 |
commit | 65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc (patch) | |
tree | e2fd5705bea97e5f393295cfef96d4d2b8746be4 /linuxthreads/pthread.c | |
parent | 3402852c2c478213b086648eab9848a35b7f5dbf (diff) | |
download | glibc-65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc.tar glibc-65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc.tar.gz glibc-65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc.tar.bz2 glibc-65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc.zip |
Update.
2003-09-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/i386/Makefile (stack-align-test-flags): Add
-malign-double -mpreferred-stack-boundary=4.
Diffstat (limited to 'linuxthreads/pthread.c')
-rw-r--r-- | linuxthreads/pthread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index d44f890eba..a6a2edac81 100644 --- a/linuxthreads/pthread.c +++ b/linuxthreads/pthread.c @@ -55,7 +55,8 @@ extern struct __res_state _res; #ifdef USE_TLS /* We need only a few variables. */ -pthread_descr manager_thread attribute_hidden; +#define manager_thread __pthread_manager_threadp +pthread_descr __pthread_manager_threadp attribute_hidden; #else |