Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ctermid #1928

Closed
swsnr opened this issue Oct 16, 2020 · 0 comments · Fixed by #2532
Closed

Add ctermid #1928

swsnr opened this issue Oct 16, 2020 · 0 comments · Fixed by #2532
Labels

Comments

@swsnr
Copy link

swsnr commented Oct 16, 2020

ctermid gets the path of the controlling terminal, see ctermid:

pub fn ctermid(c: *mut libc::c_char) -> *mut libc::c_char;

This is POSIX API; it definitely exists on Linux, and I presume on all other Unix systems as well.

bors added a commit that referenced this issue Nov 13, 2021
linux/android ctermid addition.

close #1928
bors added a commit that referenced this issue Nov 13, 2021
linux/android ctermid addition.

close #1928
@bors bors closed this as completed in afc6eb5 Nov 13, 2021
GuillaumeGomez pushed a commit to GuillaumeGomez/libc that referenced this issue Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants