Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

GitMensch
Copy link
Contributor

@GitMensch GitMensch commented Sep 15, 2025

see removal in bminor/musl@6fce6ca

Fixing the related parts seen in the build log for #4009.

@rocallahan
Copy link
Collaborator

Why are you putting these behind #ifdef TCGETS2? The ioctl exists and should be handled whether the C library defines this or not.

@GitMensch
Copy link
Contributor Author

The libc does not have support for termios2, so that was the most easy way.
But as the kernel functions may still be called, it could be reasonable to define termios2 and the macros instead (to what exactly?).

If you leave some pointers I'll replace this PR by a change of this.

@rocallahan
Copy link
Collaborator

Add what you need to kernel_supplement.h.

@GitMensch GitMensch marked this pull request as draft September 20, 2025 17:17
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.

2 participants