[Git][NTPsec/ntpsec][master] Fix cross compile sizeof for things bigger than 13 bytes
Hal Murray (@hal.murray)
gitlab at mg.gitlab.com
Sun Feb 2 10:30:48 UTC 2025
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
71883900 by Hal Murray at 2025-02-02T02:29:22-08:00
Fix cross compile sizeof for things bigger than 13 bytes
timespec is now 16 bytes.
- - - - -
1 changed file:
- wafhelpers/check_sizeof.py
Changes:
=====================================
wafhelpers/check_sizeof.py
=====================================
@@ -62,7 +62,7 @@ def check_sizeof_cross(ctx, header, sizeof, mandatory=True):
else:
ctx.start_msg("Checking sizeof %s" % (sizeof))
- for size in range(2, 13):
+ for size in range(2, 99):
try:
ctx.check_cc(
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/71883900e207ad93c82a15908befbb104ecc6c17
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/71883900e207ad93c82a15908befbb104ecc6c17
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20250202/d3f49541/attachment.htm>
More information about the vc
mailing list