libc icon indicating copy to clipboard operation
libc copied to clipboard

Cygwin: Add PTY and group API

Open Berrysoft opened this issue 7 months ago • 3 comments

Description

Some methods required by nix crate.

Sources

  • https://github.com/cygwin/cygwin/blob/a3863bfeb73f3c3832038685498c7c4148a06890/winsup/cygwin/include/pty.h#L11-L14
  • https://github.com/cygwin/cygwin/blob/a3863bfeb73f3c3832038685498c7c4148a06890/winsup/cygwin/include/cygwin/grp.h#L19
  • https://github.com/cygwin/cygwin/blob/a3863bfeb73f3c3832038685498c7c4148a06890/newlib/libc/include/grp.h#L67-L78

Checklist

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

Berrysoft avatar Mar 08 '25 15:03 Berrysoft