about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2016-10-07 09:56:47 +0200
committerStefan Liebler <stli@linux.vnet.ibm.com>2016-10-07 10:12:48 +0200
commit051f8be7c9466c7e53bf1f3a9d5a83c53a7ea815 (patch)
tree9ce7158e31c92effc03c76d49e48cf0ab25b217f /ChangeLog
parent75685c4d98cf260181879b799e403c6cc37418be (diff)
downloadglibc-051f8be7c9466c7e53bf1f3a9d5a83c53a7ea815.tar.gz
glibc-051f8be7c9466c7e53bf1f3a9d5a83c53a7ea815.tar.xz
glibc-051f8be7c9466c7e53bf1f3a9d5a83c53a7ea815.zip
Use libc_ifunc macro for vfork in libpthread.
This patch uses the libc_ifunc macro to create already existing ifunc functions
vfork_ifunc and __vfork_ifunc if HAVE_IFUNC is defined.

ChangeLog:

	* nptl/pt-vfork.c (DEFINE_VFORK): Use libc_ifunc macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4adcebd690..fd0ef40dfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
 
+	* nptl/pt-vfork.c (DEFINE_VFORK): Use libc_ifunc macro.
+
+2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
 	* nptl/pt-system.c (system_ifunc): Use libc_ifunc macro.
 
 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>