Skip to content

os-compatibility: define CLOCK_BOOTTIME when not available

Fabrice Fontaine requested to merge (removed):master into master

CLOCK_BOOTTIME is supposed to be provided by the C library headers, but uClibc 0.9.33.2 does not provide it. Instead of depending on an uClibc patch, let's make Weston define it to the right value when not already defined by the C library.

Signed-off-by: Thomas Petazzoni thomas.petazzoni@free-electrons.com

[Retrieved from: https://git.buildroot.net/buildroot/tree/package/weston/0001-os-compatibility-define-CLOCK_BOOTTIME-when-not-avai.patch]

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

Merge request reports