mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
f93294975b
This patch fixes the following build problem that occurs on recent GNU/Linux systems: /usr/include/x86_64-linux-gnu/sys/cdefs.h:307:0: error: "__always_inline" redefined ... /usr/include/linux/stddef.h:5:0: note: this is the location of the previous definition The code in 'cdefs.h' does not check if the '__always_inline' is already defined. The patch works around the problem by including the 'sys/cdefs.h' first.
This repository contains the Linux-specific implementation of Genode.