ladybird/Userland/Libraries/LibArchive
Andrew Kaster c774790975 LibArchive: Guard against major() and minor() macros from old glibc
glibc before 2.28 defines major() and minor() macros from sys/types.h.

This triggers a Lagom warning for old distros that use versions older
than that, such as Ubuntu 18.04. This fixes a break in the
compiler-explorer Lagom build, which is based off 18.04 docker
containers.
2022-07-05 01:27:37 +02:00
..
CMakeLists.txt LibArchive: Move method implementations away from header 2021-05-17 18:14:05 +01:00
Tar.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Tar.h LibArchive: Guard against major() and minor() macros from old glibc 2022-07-05 01:27:37 +02:00
TarStream.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TarStream.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Zip.cpp LibArchive: Use named members for ZIP general purpose flags 2022-05-12 22:58:14 +02:00
Zip.h LibArchive: Use named members for ZIP general purpose flags 2022-05-12 22:58:14 +02:00