Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix posix Task for cases where _SC_PAGESIZE is undefined #2995

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

LeStarch
Copy link
Collaborator

Related Issue(s)
Has Unit Tests (y/n)
Documentation Included (y/n)

Change Description

VxWorks posix implementation does not define _SC_PAGESIZE for a call to sysconf. However, this is only used for an additional check on stack size. This should not prevent the use of Posix::Tasks should it be undefined.

@LeStarch LeStarch requested a review from thomas-bc October 29, 2024 18:46
@pcrosemurgy
Copy link
Contributor

Approved. Can confirm that this allows for VxWorks with POSIX support for me.

Os/Posix/Task.cpp Dismissed Show dismissed Hide dismissed
@LeStarch LeStarch merged commit de8dd0d into devel Oct 29, 2024
36 checks passed
@thomas-bc thomas-bc deleted the fix/vxworks-posix branch November 8, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants