Merge commit 'a84c455a9de4569e589dc22d254ef3162a2de12a' into develop

This commit is contained in:
systems-assistant[bot]
2025-08-05 16:06:34 +00:00
کامیت 1c3af22585
4فایلهای تغییر یافته به همراه8 افزوده شده و 3 حذف شده
@@ -257,6 +257,8 @@ def gen_cppheader(infilepath, outfilepath, rank):
continue
if c in structs_analyzed:
continue
if c.startswith("_") or c.startswith("pthread_") or c.startswith("__pthread_"):
continue
if (
c == "max_align_t" or c == "__fsid_t"
): # Skipping as it is defined in multiple domains