[rust-dev] File Descriptors

2014-11-18 Thread Nikos Vasilakis
Hi everyone, (I apologize if this is not the right mailing list for this; if not, please point me to the right direction). At a high level, I am trying to get the file descriptor for a file I am opening -- the reason for this is I want to pass it on to ioctl later on. I am trying two approaches h

Re: [rust-dev] File Descriptors

2014-11-18 Thread Steve Klabnik
It's not the wrong list, but usually StackOverflow works better. (Sorry I don't know more about file descriptors :/) ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev

Re: [rust-dev] File Descriptors

2014-11-18 Thread Kai Noda
Hi Nikos, std::sys is private and only for internal use in libstd as of now. It was broken in the course of the Great Runtime Overhaul https://github.com/rust-lang/rust/pull/18557 Stay tuned for updates from aturon... Regards, Kai 野田 開 2014-11-19 7:13 GMT+08:00 Nikos Vasilakis : > Hi every

Re: [rust-dev] File Descriptors

2014-11-19 Thread Nikos Vasilakis
Thank you both. Kai, do you think I should open an issue on github? Nikos On Tue, Nov 18, 2014 at 6:39 PM, Kai Noda wrote: > Hi Nikos, > > std::sys is private and only for internal use in libstd as of now. It was > broken in the course of the Great Runtime Overhaul > https://github.com/rust-lan