Skip to content

Conversation

@am11
Copy link
Member

@am11 am11 commented Jan 24, 2026

No description provided.

@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jan 24, 2026
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jan 24, 2026
@am11 am11 added area-System.Runtime and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Jan 24, 2026
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime
See info in area-owners.md if you want to be subscribed.

#cmakedefine01 HAVE_TERMIOS2

#ifndef HOST_WASI
#cmakedefine01 HAVE_GETRUSAGE
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#if HAVE_GETRUSAGE was always false; since there is no initialization in .cmake file.
#if defined(HAVE_GETRUSAGE) was always true; since it is defined (with value 0)..

Simply switched a single usage to use HOST_WASI based condition instead.

check_symbol_exists(
strlcpy
string.h
HAVE_STRLCPY)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was mistakenly removed in 5978738 but it is still used.

@jkotas jkotas requested a review from pavelsavara January 24, 2026 15:24
@am11 am11 requested a review from jkoritzinsky January 24, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-System.Runtime community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants