aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/_stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/include/_stdint.h')
-rw-r--r--sys/sparc64/include/_stdint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/_stdint.h b/sys/sparc64/include/_stdint.h
index 1aed3e3b4efc..68413282c4de 100644
--- a/sys/sparc64/include/_stdint.h
+++ b/sys/sparc64/include/_stdint.h
@@ -52,8 +52,8 @@
#define UINT32_C(c) (c ## U)
#define UINT64_C(c) (c ## UL)
-#define INTMAX_C(c) (c ## L)
-#define UINTMAX_C(c) (c ## UL)
+#define INTMAX_C(c) INT64_C(c)
+#define UINTMAX_C(c) UINT64_C(c)
#endif /* !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) */