]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libelf: Use mempcpy not __mempcpy.
authorMark Wielaard <mjw@redhat.com>
Sat, 8 Nov 2014 15:18:34 +0000 (16:18 +0100)
committerMark Wielaard <mjw@redhat.com>
Thu, 13 Nov 2014 14:37:40 +0000 (15:37 +0100)
commitbabd5b6d9ed844dd63cf812444bbfcbfcadcd6e2
tree69db16a8044f1f26611997ee883160ef5cd6463c
parent09086238f39daab4060d0e5f39f89820a0771d8c
libelf: Use mempcpy not __mempcpy.

We were using mempcpy everywhere else, only __libelf_next_arhdr_wrlock used
__mempcpy.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
libelf/ChangeLog
libelf/elf_begin.c