mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
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.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user