summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2013-02-20 13:07:07 +0100
committerKarel Zak2013-02-20 13:07:07 +0100
commitd48f6c5db828d065ffbfefc2c98d669c17316d01 (patch)
tree7e6c05379bac773eb5eb0fea9b0eca7adbfced43 /configure.ac
parentadd missing rpmatch.h everywhere it needs to be (diff)
parentImplement mempcpy() in terms of memcpy() if mempcpy() is unavailable (diff)
downloadkernel-qcow2-util-linux-d48f6c5db828d065ffbfefc2c98d669c17316d01.tar.gz
kernel-qcow2-util-linux-d48f6c5db828d065ffbfefc2c98d669c17316d01.tar.xz
kernel-qcow2-util-linux-d48f6c5db828d065ffbfefc2c98d669c17316d01.zip
Merge branch 'patch-1' of https://github.com/dtrebbien/util-linux
* 'patch-1' of https://github.com/dtrebbien/util-linux: Implement mempcpy() in terms of memcpy() if mempcpy() is unavailable
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 15e28717a..d11cf11f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -317,6 +317,7 @@ AC_CHECK_FUNCS([ \
lchown \
llseek \
lseek64 \
+ mempcpy \
nanosleep \
personality \
posix_fadvise \