Skip to content

pthread structs future-proofing#1678

Draft
no92 wants to merge 1 commit intomanagarm:masterfrom
no92:pthread-revisions
Draft

pthread structs future-proofing#1678
no92 wants to merge 1 commit intomanagarm:masterfrom
no92:pthread-revisions

Conversation

@no92
Copy link
Member

@no92 no92 commented Feb 16, 2026

This would allow for future expansion of the structs to accomodate possible additions, e.g. in POSIX, without breaking backwards compatability. Adding a new field would bump the revision of the affected struct. The new fields would then only be accessed if the revision matches.

This would allow for future expansion of the structs to accomodate
possible additions, e.g. in POSIX, without breaking backwards
compatability. Adding a new field would bump the revision of the
affected struct. The new fields would then only be accessed if the
revision matches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant