serenity/Ports/ccache/patches
2022-06-08 17:58:36 +01:00
..
0001-Do-not-define-ESTALE-in-config.h.in.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
ReadMe.md Ports: Unbreak ccache 2022-06-05 22:32:26 +01:00

Patches for ccache on SerenityOS

0001-Do-not-define-ESTALE-in-config.h.in.patch

Do not define ESTALE in config.h.in

In ccache, config.h is included by the -include compiler option, which means that it is included before any libc headers. This doesn't cause any problems on systems that redefine this macro when libc headers are included, but on Serenity, it breaks our definition of the ErrnoCode enum.