mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-03 17:56:17 -04:00

Avoid confusion with the GNU extension 'program_invocation_name', which is described by 'man 3 program_invocation_name'. The GNU version isn't supposed to be exposed without defining _GNU_SOURCE, which we don't in any of the relevant files, but it's best to avoid any confusion.