about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-13 21:11:28 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-13 21:11:28 +0200
commitc4ce038287c907495d589104e497991185d43c89 (patch)
tree8e8d675231c0e9f8bb4f42452d27a7ad08a925cb /ChangeLog
parentc4d767f7f35efa43f072d494185f1cea4a7bd871 (diff)
downloadglibc-c4ce038287c907495d589104e497991185d43c89.tar.gz
glibc-c4ce038287c907495d589104e497991185d43c89.tar.xz
glibc-c4ce038287c907495d589104e497991185d43c89.zip
__netlink_assert_response: Remove internal_function attribute
This function is called from nscd and should not use a non-standard
calling convention.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 408c6f63bb..b5526501e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2017-08-13  Florian Weimer  <fweimer@redhat.com>
 
+	* sysdeps/unix/sysv/linux/netlinkaccess.h
+	(__netlink_assert_response): Remove internal_function.
+	* sysdeps/unix/sysv/linux/netlink_assert_response.c
+	(__netlink_assert_response): Likewise.
+
+2017-08-13  Florian Weimer  <fweimer@redhat.com>
+
 	* include/rpc/pmap_clnt.h (__libc_rpc_getport): Remove
 	internal_function.
 	* sunrpoc/pm_getport.c (__libc_rpc_getport): Likewise.