Skip to content

Comments

stty: fix compilation on PowerPC architectures#11050

Open
sylvestre wants to merge 1 commit intouutils:mainfrom
sylvestre:ppc
Open

stty: fix compilation on PowerPC architectures#11050
sylvestre wants to merge 1 commit intouutils:mainfrom
sylvestre:ppc

Conversation

@sylvestre
Copy link
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
Contributor

oech3 commented Feb 21, 2026

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

@github-actions
Copy link

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
Contributor

cc: @sandeepgupta12

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