aboutsummaryrefslogtreecommitdiffstats
path: root/include/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/inttypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/inttypes.h b/include/inttypes.h
index 4dffb86..5272ebc 100644
--- a/include/inttypes.h
+++ b/include/inttypes.h
@@ -43,7 +43,7 @@
* the remainder in `.rem`.
*/
imaxdiv_t imaxdiv(intmax_t, intmax_t)
- __GCC_ONLY(__attribute__((const)));
+ __GCC_ONLY(__attribute__((__const__)));
/**
* Return the absolute value of an integer.
@@ -57,7 +57,7 @@ imaxdiv_t imaxdiv(intmax_t, intmax_t)
* @return The absolute value of the integer.
*/
intmax_t imaxabs(intmax_t)
- __GCC_ONLY(__attribute__((const)));
+ __GCC_ONLY(__attribute__((__const__)));