From eca79245326422b139084a39438e79c656a71e07 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 28 Dec 2021 15:10:52 -0800 Subject: [PATCH] * lib/gettime-res.c (gcd): Mark with _GL_ATTRIBUTE_CONST. --- lib/gettime-res.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gettime-res.c b/lib/gettime-res.c index 0d7f1cfeaf..6e9784347f 100644 --- a/lib/gettime-res.c +++ b/lib/gettime-res.c @@ -21,7 +21,7 @@ #include "timespec.h" -static long int +static long int _GL_ATTRIBUTE_CONST gcd (long int a, long int b) { while (b != 0) -- 2.39.5