Skip to content

Prerequisite 2 for #105403 (src/native) - #117020

Closed
gwr wants to merge 3 commits into
dotnet:mainfrom
gwr:illumos4b
Closed

Prerequisite 2 for #105403 (src/native)#117020
gwr wants to merge 3 commits into
dotnet:mainfrom
gwr:illumos4b

Conversation

@gwr

@gwrgwr commented Jun 25, 2025

Copy link
Copy Markdown
Contributor

Prerequisite 2 for #105403
Changes under src/native

gwr added 3 commits June 25, 2025 10:01
 dotnet/runtime/src/native/minipal/debugger.c:127:5: error: implicit declaration of function 'snprintf' [-Werror=implicit-function-declaration]
127 | snprintf(statusFilename, sizeof(statusFilename), "/proc/%d/status", getpid());
| ^~~~~~~~
 src/native/minipal/thread.h:73:23: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
73 | tid = (size_t)(void*)pthread_self();
| ^~~~~~~~~~~~~~~~~~~~~
 src/native/libs/System.Native/pal_mount.c:164:38: error: 'struct statvfs' has no member named 'f_type'
164 | *formatType = (int64_t)(stats.f_type);
| ^
@github-actionsgithub-actionsBot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jun 25, 2025
@dotnet-policy-servicedotnet-policy-serviceBot added the community-contribution Indicates that the PR has been added by a community member label Jun 25, 2025
@gwrgwr changed the title Illumos4bPrerequisite 2 for #105403Jun 25, 2025
@gwrgwr changed the title Prerequisite 2 for #105403Prerequisite 2 for #105403 (src/native)Jun 25, 2025
@gwr

gwr commented Jun 25, 2025

Copy link
Copy Markdown
ContributorAuthor

See #117023

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

community-contributionIndicates that the PR has been added by a community memberneeds-area-labelAn area label is needed to ensure this gets routed to the appropriate area owners

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@gwr