We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236d100 commit 6dbcc43Copy full SHA for 6dbcc43
fetch_impls.sh
@@ -20,7 +20,7 @@ cd glibc/build
20
../configure --prefix="${workdir}"
21
make -j$(nproc)
22
23
-for impl in ../sysdeps/x86_64/multiarch/mem{cpy,move}-*.S; do
+for impl in ../sysdeps/x86_64/multiarch/memmove-*.S; do
24
impl_basename="$(basename "${impl}")"
25
case "${impl_basename}" in
26
# Only ever included by other copy implementations with differing values of
0 commit comments