mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
__netlink_assert_response: Remove internal_function attribute
This function is called from nscd and should not use a non-standard calling convention.
This commit is contained in:
@ -39,7 +39,6 @@ get_address_family (int fd)
|
||||
}
|
||||
|
||||
void
|
||||
internal_function
|
||||
__netlink_assert_response (int fd, ssize_t result)
|
||||
{
|
||||
if (result < 0)
|
||||
|
Reference in New Issue
Block a user