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/allocatestack.c | |
parent | 6bdd38ba719f92869fd7db62ad5d9368ad1b9e26 (diff) | |
download | glibc-c56da3a39b4da2cd4226e3ad937d48cc4c988149.tar.gz |
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/allocatestack.c')
-rw-r--r-- | nptl/allocatestack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/allocatestack.c b/nptl/allocatestack.c index 242da0a5a1..d4f3188f53 100644 --- a/nptl/allocatestack.c +++ b/nptl/allocatestack.c @@ -772,8 +772,8 @@ __reclaim_stacks (void) #if HP_TIMING_AVAIL /* Find a thread given the thread ID. */ -struct pthread * attribute_hidden +struct pthread * __find_thread_by_id (pid_t tid) { struct pthread *result = NULL; |