glibc: Fix an LP_SIZE redefinition warning for gnux32.

This commit is contained in:
Alex Rønne Petersen 2024-10-16 05:42:02 +02:00
parent 11915ae48e
commit 50cae505f7
No known key found for this signature in database

View File

@ -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