about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-07-10 12:15:27 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-07-10 12:15:27 +0200
commitf7d9dd4824f9fb93db5f51c4a62abc3b08c8fffd (patch)
treea095e37b986cbc7b5bc509d6b084a244495913a6 /src/wrapped/wrappedlibc_private.h
parentdfc60e8bf1aa20144c6dde5a3b1017c46c44f2e0 (diff)
downloadbox64-f7d9dd4824f9fb93db5f51c4a62abc3b08c8fffd.tar.gz
box64-f7d9dd4824f9fb93db5f51c4a62abc3b08c8fffd.zip
[STATICBUILD] Try to fix staticbuild and add it to the CI (for #1377)
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
-rw-r--r--src/wrapped/wrappedlibc_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 76a7a9a4..fb4c2b8f 100644
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1216,7 +1216,7 @@ GO(memchr, pFpiL)
 GO(memcmp, iFppL)
 GO(__memcmpeq, iFppL)
 GO(memcpy, pFppL)
-GO(__memcpy_chk, pFppuL)
+GO(__memcpy_chk, pFppLL)
 GO(memfd_create, iFpu)
 GO(memfrob, pFpL)
 GO(memmem, pFpLpL)