Implimenting os ctermid #2401
Implimenting os ctermid #2401
Conversation
|
Hey @coolreader18 could you please let me know if my approach is right? |
|
It doesn't look like libc has ctermid -- rust-lang/libc#1928. However, you can just define it inline, as: Also, you have to pass |
aec87be
to
7f6e5a8
|
should I inline it within the function itself or is it ok as is? |
6bf2f0f
to
829b892
711e4ca
to
41a680d
|
I checked macos python 3.9 and linux 3.6 but cannot find |
I dont really understand you comment :/ maybe please explain a little more? If you were referring to the function name, it was indeed named |
|
I expect this PR has just 1 commit. Any PR shouldn't contain a merge commit. Rebase or cherry-pick your work onto upstream/master please. |
62a5caf
to
c057f5e
|
Note for the reviewers: i saw another pr(#3017) for fcdir so removed the code here |
Description
ctermidfirst - so that i can try to understand the rust python compilerThe text was updated successfully, but these errors were encountered: