Skip to content

stty: fix compilation on PowerPC architectures#11050

Merged
cakebaker merged 1 commit intouutils:mainfrom
sylvestre:ppc
Feb 22, 2026
Merged

stty: fix compilation on PowerPC architectures#11050
cakebaker merged 1 commit intouutils:mainfrom
sylvestre:ppc

Conversation

@sylvestre
Copy link
Copy Markdown
Contributor

TCGETS2 and termios2 are not available on PowerPC architectures (powerpc, powerpc64). Add conditional compilation guards to use regular termios and cfgetospeed() on PowerPC, while maintaining termios2 support on other Linux architectures.

TCGETS2 and termios2 are not available on PowerPC architectures
(powerpc, powerpc64). Add conditional compilation guards to use
regular termios and cfgetospeed() on PowerPC, while maintaining
termios2 support on other Linux architectures.
@oech3
Copy link
Copy Markdown
Contributor

oech3 commented Feb 21, 2026

I previously failed to fix it. You can mark #10672 as closed.

@github-actions
Copy link
Copy Markdown

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/follow-name (passes in this run but fails in the 'main' branch)
Congrats! The gnu test tests/date/date-locale-hour is no longer failing!

@xtqqczze
Copy link
Copy Markdown
Contributor

cc: @sandeepgupta12

@cakebaker cakebaker merged commit 11693de into uutils:main Feb 22, 2026
157 checks passed
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.

4 participants