commit 50cae505f74d0d8507129b5ea5cc52b2b21b3f8d (tree)
parent 11915ae48e44cfd9d4e5c5823919fb24951e68f9
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Wed, 16 Oct 2024 05:42:02 +0200
glibc: Fix an LP_SIZE redefinition warning for gnux32.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/libc/glibc/sysdeps/x86_64/x32/sysdep.h b/lib/libc/glibc/sysdeps/x86_64/x32/sysdep.h
@@ -17,6 +17,7 @@
<https://www.gnu.org/licenses/>. */
#include <sysdeps/x86_64/sysdep.h>
+#undef LP_SIZE
#ifdef __ASSEMBLER__
# define LP_SIZE 4
#else