mirror of
https://github.com/ziglang/zig.git
synced 2024-11-13 23:52:57 +00:00
glibc: Fix an LP_SIZE redefinition warning for gnux32.
This commit is contained in:
parent
11915ae48e
commit
50cae505f7
1
lib/libc/glibc/sysdeps/x86_64/x32/sysdep.h
vendored
1
lib/libc/glibc/sysdeps/x86_64/x32/sysdep.h
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user