mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-14 17:01:18 +02:00
As gcc 10 or newer defaults to `-fno-common`, we need to define only once in a *.c file, instead of *.h that can be imported multiple times by *.c files. See also https://github.com/vmware/open-vmdk/pull/13.