1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 01:05:07 +00:00
serenity/Userland/Libraries/LibC/sys/arch
Ben Wiederhake f9a4f4f7e6 LibC: Fix redeclaration in x86_64/regs.h
In QtCreator (and under weird configurations with gcc), this used to
fail with the error messages like: "error: member of anonymous union
redeclares '___'".

This patch gives each member a unique name.
2021-10-06 23:52:40 +01:00
..
i386 HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
x86_64 LibC: Fix redeclaration in x86_64/regs.h 2021-10-06 23:52:40 +01:00
regs.h LibC: Make sure ARCH macro is available before use 2021-10-06 23:52:40 +01:00