diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-04-14 12:53:03 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-04-14 12:54:22 +0200 |
commit | 186fe877f3df0b84d57dfbf0386f6332c6aa69bc (patch) | |
tree | bcc5fb7599869acf38aa09730a74d8779f057f3c /ChangeLog | |
parent | b1b8f5d89d06a994773e22ad4b7fe1036b37f8ab (diff) | |
download | glibc-186fe877f3df0b84d57dfbf0386f6332c6aa69bc.zip glibc-186fe877f3df0b84d57dfbf0386f6332c6aa69bc.tar.gz glibc-186fe877f3df0b84d57dfbf0386f6332c6aa69bc.tar.bz2 |
malloc: Add missing internal_function attributes on function definitions
Fixes build on i386 after commit 29d794863cd6e03115d3670707cc873a9965ba92.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2016-04-14 Florian Weimer <fweimer@redhat.com> + + * malloc/arena.c (__malloc_fork_lock_parent) + (__malloc_fork_unlock_parent, __malloc_fork_unlock_child): Add + internal_function attribute. + 2016-04-14 Stefan Liebler <stli@linux.vnet.ibm.com> * stdio-common/printf_fp.c (__printf_fp_l): |