aboutsummaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/linux/portdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/linux/portdefs.h b/ports/linux/portdefs.h
index 60a8cc1..f0a0e40 100644
--- a/ports/linux/portdefs.h
+++ b/ports/linux/portdefs.h
@@ -22,6 +22,6 @@
#ifdef __amd64__
GLIBC_COMPAT_SYMBOL(memcpy,2.2.5);
-#else /* tentatively assume this means x86 */
+#elif defined(__i386__)
GLIBC_COMPAT_SYMBOL(memcpy,2.0);
#endif