From c4ce038287c907495d589104e497991185d43c89 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sun, 13 Aug 2017 21:11:28 +0200 Subject: __netlink_assert_response: Remove internal_function attribute This function is called from nscd and should not use a non-standard calling convention. --- sysdeps/unix/sysv/linux/netlinkaccess.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/netlinkaccess.h') diff --git a/sysdeps/unix/sysv/linux/netlinkaccess.h b/sysdeps/unix/sysv/linux/netlinkaccess.h index 6cffb65..66bbbe6 100644 --- a/sysdeps/unix/sysv/linux/netlinkaccess.h +++ b/sysdeps/unix/sysv/linux/netlinkaccess.h @@ -51,8 +51,7 @@ extern int __netlink_request (struct netlink_handle *h, int type); /* Terminate the process if RESULT is an invalid recvmsg result for the netlink socket FD. */ -void __netlink_assert_response (int fd, ssize_t result) - internal_function; +void __netlink_assert_response (int fd, ssize_t result); libc_hidden_proto (__netlink_assert_response) #endif /* netlinkaccess.h */ -- cgit v1.1