mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +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. |
||
---|---|---|
.. | ||
etc | ||
lib | ||
recipes | ||
run | ||
src | ||
README |
This repository contains the Linux-specific implementation of Genode.