diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-28 09:13:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-28 09:13:22 +0000 |
commit | f9b9f291b7bab3368457d3e273584c25a1ccdc0a (patch) | |
tree | 831143baf2726d8bfe77042a83d806fdd796045d /linuxthreads/pthread.c | |
parent | ddd1037e4dd9394cdb89d79cc6a81543cf75f552 (diff) | |
download | glibc-f9b9f291b7bab3368457d3e273584c25a1ccdc0a.tar.gz glibc-f9b9f291b7bab3368457d3e273584c25a1ccdc0a.tar.xz glibc-f9b9f291b7bab3368457d3e273584c25a1ccdc0a.zip |
Update.
* conform/conformtest.pl: Define $mustprepend{"stdio.h"}. * libio/stdio.h: Always define __need___va_list.
Diffstat (limited to 'linuxthreads/pthread.c')
-rw-r--r-- | linuxthreads/pthread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index b62393fde9..7b74b000e4 100644 --- a/linuxthreads/pthread.c +++ b/linuxthreads/pthread.c @@ -91,7 +91,7 @@ struct _pthread_descr_struct __pthread_initial_thread = { 0, /* Always index 0 */ 0, /* int p_report_events */ {{{0, }}, 0, NULL}, /* td_eventbuf_t p_eventbuf */ - ATOMIC_INITIALIZER, /* struct pthread_atomic p_resume_count */ + __ATOMIC_INITIALIZER, /* struct pthread_atomic p_resume_count */ 0, /* char p_woken_by_cancel */ 0, /* char p_condvar_avail */ 0, /* char p_sem_avail */ @@ -148,7 +148,7 @@ struct _pthread_descr_struct __pthread_manager_thread = { 1, /* Always index 1 */ 0, /* int p_report_events */ {{{0, }}, 0, NULL}, /* td_eventbuf_t p_eventbuf */ - ATOMIC_INITIALIZER, /* struct pthread_atomic p_resume_count */ + __ATOMIC_INITIALIZER, /* struct pthread_atomic p_resume_count */ 0, /* char p_woken_by_cancel */ 0, /* char p_condvar_avail */ 0, /* char p_sem_avail */ |