mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-27 09:21:19 +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.