From 4a4794e041edf85cb67b9fbba66ad1a22fdcaaec Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Sat, 29 Jan 2022 00:10:20 -0600 Subject: [PATCH] Fixes linux build with glibc-2.32. * cpulimit.c: Guard inclusion of which is needed only for __APPLE__ and is deprecated and unavailable starting with glibc-2.32. --- src/cpulimit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Submitted upstream at https://github.com/opsengine/cpulimit/pull/105 diff --git a/src/cpulimit.c b/src/cpulimit.c index 50eabea..be8cf22 100644 --- a/src/cpulimit.c +++ b/src/cpulimit.c @@ -38,13 +38,13 @@ #include #include #include -#include #include #include #include #ifdef __APPLE__ || __FREEBSD__ #include +#include #endif #include "process_group.h" -- 2.34.0 tr>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-11gnu: Replace (almost) all uses of /run/setuid-programs....Tobias Geerinckx-Rice
2024-08-16gnu: python-libvirt: Use pyproject-build-system....jgart
2024-08-16gnu: python-libvirt: Update to 10.6.0....jgart
2024-07-30gnu: skopeo: Update to 1.16.0....Tomas Volf
2024-07-20gnu: skopeo: Update to 1.15.2....Tomas Volf
2024-07-18gnu: qemu: Enable building without ipxe firmware....Efraim Flashner
2024-07-17gnu: Fix virt-manager for systems with no GTK cursor....Karl Hallsby
2024-06-29gnu: skopeo: Apply "-trimpath" flag....Sharlatan Hellseher
2024-06-06Merge branch 'gnome-team'Liliana Marie Prikler
2024-06-04gnu: Add qemu-7.2.4....Janneke Nieuwenhuizen
2024-06-03gnu: qemu: Disable more tests....Liliana Marie Prikler
2024-05-27gnu: Use new ovmf firmware packages....Efraim Flashner
2024-05-23gnu: skopeo: Update to 1.15.1 [security fixes]....Tomas Volf
2024-04-05gnu: skopeo: Update to 1.15.0....Tomas Volf
2024-03-20Merge remote-tracking branch 'savannah/master' into gnome-team...Christopher Baines
2024-03-19gnu: qemu: Update to 8.2.2....Maxim Cournoyer
2024-03-19gnu: qemu: Re-instate info manual....Maxim Cournoyer