diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-06 18:09:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-06 18:09:57 +0000 |
commit | c56da3a39b4da2cd4226e3ad937d48cc4c988149 (patch) | |
tree | b306f712bb8ae2c32916da9a9804fa2b36e35912 /nptl/sysdeps/unix/sysv/linux/x86_64 | |
parent | 6bdd38ba719f92869fd7db62ad5d9368ad1b9e26 (diff) | |
download | glibc-c56da3a39b4da2cd4226e3ad937d48cc4c988149.tar glibc-c56da3a39b4da2cd4226e3ad937d48cc4c988149.tar.gz glibc-c56da3a39b4da2cd4226e3ad937d48cc4c988149.tar.bz2 glibc-c56da3a39b4da2cd4226e3ad937d48cc4c988149.zip |
Update.
* posix/tst-getaddrinfo2.c: Include stdlib.h and string.h.
(do_test): Use %p instead of 0x%08X to print a pointer.
* malloc/malloc.c: Include stdio-common/_itoa.h.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h index 03c2ef8106..92fb08c951 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h @@ -100,7 +100,7 @@ typedef union __extension__ unsigned long long int __wakeup_seq; __extension__ unsigned long long int __woken_seq; void *__mutex; - int __nwaiters; + unsigned int __nwaiters; unsigned int __broadcast_seq; } __data; char __size[__SIZEOF_PTHREAD_COND_T]; |