Skip to content

fix(std): avoid AT_MINSIGSTKSZ on uclibc targets#154732

Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
xtqqczze:GH154679
Apr 3, 2026
Merged

fix(std): avoid AT_MINSIGSTKSZ on uclibc targets#154732
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
xtqqczze:GH154679

Conversation

@xtqqczze
Copy link
Copy Markdown
Contributor

@xtqqczze xtqqczze commented Apr 2, 2026

Closes #154679

AT_MINSIGSTKSZ is not defined on uclibc.

r? @tgross35

@rustbot rustbot added O-unix Operating system: Unix-like S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Apr 2, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Apr 2, 2026

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @ChrisDenton, libs
  • @ChrisDenton, libs expanded to 8 candidates
  • Random selection from Mark-Simulacrum, jhpratt

@rustbot rustbot assigned tgross35 and unassigned Mark-Simulacrum Apr 2, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Apr 2, 2026

tgross35 is currently at their maximum review capacity.
They may take a while to respond.

@rust-log-analyzer

This comment has been minimized.

Copy link
Copy Markdown
Contributor

@tgross35 tgross35 left a comment

Choose a reason for hiding this comment

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

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors bot commented Apr 2, 2026

📌 Commit b0c4b6e has been approved by tgross35

It is now in the queue for this repository.

@rust-bors rust-bors bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 2, 2026
rust-bors bot pushed a commit that referenced this pull request Apr 3, 2026
Rollup of 6 pull requests

Successful merges:

 - #154444 (rustdoc ICE fix: When collecting `Deref` impls with their targets, skip the negative ones)
 - #154590 (Make #[cfg] suggest any or all on #[cfg(a, b)])
 - #154691 (core: Update the feature gate on `TryFrom<integer> for bool`)
 - #154697 (rustdoc: fix href of extern crates in search results)
 - #154728 (rustdoc: Improve internal function name)
 - #154732 (fix(std): avoid AT_MINSIGSTKSZ on uclibc targets)

Failed merges:

 - #154722 (fix(lints): Improve `ill_formed_attribute_input` with better help message)
rust-timer added a commit that referenced this pull request Apr 3, 2026
Rollup merge of #154732 - xtqqczze:GH154679, r=tgross35

fix(std): avoid AT_MINSIGSTKSZ on uclibc targets

Closes #154679

`AT_MINSIGSTKSZ` is not defined on uclibc.

r? @tgross35
@rust-bors rust-bors bot merged commit 53af5ab into rust-lang:main Apr 3, 2026
11 checks passed
@rustbot rustbot added this to the 1.96.0 milestone Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-unix Operating system: Unix-like S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

std build broken for uclibc

5 participants