summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2017-11-14 04:30:08 +0100
committeraszlig <aszlig@nix.build>2017-11-14 04:36:19 +0100
commitf6ae3948bc6aeac8aba70ce28c347c8882d8bf47 (patch)
tree2409a695978eccaffce091a83f8630e8426292ec /pkgs/development/python-modules/httpserver
parentba45205b84f5cbb3d68b4d462439f1206573840d (diff)
tests/boot-stage1: Fix build of kcanary module
In bfe9c928c18583d3adfb5978a55b48c392649ef5 the default kernel has been updated to version 4.14 and the declarations for allow_signal() and signal_pending() are no longer exposed via kthread.h, so let's actually use the right header files. I've added a condition for kernel 4.10 and upwards to include the linux/sched/signal.h header file, because that got introduced in version 4.10. Even if the declaration would still reside in kthread.h (I haven't checked) for version 4.10 it won't hurt and the compilation will still succeed. Tested against kernel 4.9 and 4.14 and the build now succeeds. Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions