From 5fb947886bf1e40475edf930fb2b284c24c8cb9a Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Sun, 23 Dec 2018 00:04:34 +0100 Subject: [PATCH] Make sure INT_MAX32 is visible. --- src/thd_trip_point.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/thd_trip_point.h b/src/thd_trip_point.h index 0eedc95..89eb083 100644 --- a/src/thd_trip_point.h +++ b/src/thd_trip_point.h @@ -29,6 +29,10 @@ #include "thd_sys_fs.h" #include "thd_preference.h" #include "thd_cdev.h" + +#define __STDC_LIMIT_MACROS +#include + #include #include #include // std::sort fc86055d54e08'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-21services: mcron: Add log-file and date-format fields....* doc/guix.texi (Scheduled Job Execution): Document it. * gnu/services/mcron.scm (mcron-configuration)[log-file, date-format]: New field. (mcron-shepherd-services): Add log-file and date-format support. Use file-append instead of string-append. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2023-03-21services: mcron: Use match-record....* gnu/services/mcron.scm (mcron-shepherd-services): Use match-record. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2023-03-21services: mcron: Restyle mcron-configuration....* doc/guix.texi (Scheduled Job Execution): Sync doc with source. * gnu/services/mcron.scm (mcron-configuration): Restyle. [log-format]: Fix incorrectly formatted text. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal