Skip to content

Conversation

@3v1n0
Copy link

@3v1n0 3v1n0 commented Nov 21, 2025

Description

Add IUCLC definition as per glibc and musl value, as it's required by nix (termios) and uutils for stty

This is defined in termios-c_iflag.h (or termbits.h) and it's shared across all the linux archs (a part powerpc and alpha), even though it's not POSIX

Sources

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

@rustbot
Copy link
Collaborator

rustbot commented Nov 21, 2025

Some changes occurred in the Android module

cc @maurer

@3v1n0 3v1n0 changed the title linux: Add definition for IUCLC linux, android: Add definition for IUCLC Nov 21, 2025
3v1n0 added a commit to 3v1n0/nix that referenced this pull request Nov 21, 2025
3v1n0 added a commit to 3v1n0/nix that referenced this pull request Nov 21, 2025
This is defined in termios-c_iflag.h (or termbits.h) and it's shared
across all the linux archs, even though it's not POSIX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants