mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
resolv: Remove internal_function attribute
This commit is contained in:
@ -152,7 +152,6 @@ get_elem (void)
|
||||
|
||||
|
||||
struct requestlist *
|
||||
internal_function
|
||||
__gai_find_request (const struct gaicb *gaicbp)
|
||||
{
|
||||
struct requestlist *runp;
|
||||
@ -169,7 +168,6 @@ __gai_find_request (const struct gaicb *gaicbp)
|
||||
|
||||
|
||||
int
|
||||
internal_function
|
||||
__gai_remove_request (struct gaicb *gaicbp)
|
||||
{
|
||||
struct requestlist *runp;
|
||||
@ -212,7 +210,6 @@ static void *handle_requests (void *arg);
|
||||
/* The main function of the async I/O handling. It enqueues requests
|
||||
and if necessary starts and handles threads. */
|
||||
struct requestlist *
|
||||
internal_function
|
||||
__gai_enqueue_request (struct gaicb *gaicbp)
|
||||
{
|
||||
struct requestlist *newp;
|
||||
|
Reference in New Issue
Block a user