Where is "open" in "core.sys.linux.unistd"?
rempas via Digitalmars-d-learn Fri, 09 Jul 2021 07:55:44 -0700
The file can be found quickly
[here](https://github.com/dlang/druntime/blob/master/src/core/sys/posix/unistd.d) or in your system if you want. Now the question is, why isn't there an "open" function for the equivalent system call? "close", "write", "read" etc. all exist. Anyone knows what's going on with open?
- Where is "open" in ... rempas via Digitalmars-d-learn
- Re: Where is "open&... rikki cattermole via Digitalmars-d-learn
- Re: Where is "o... rempas via Digitalmars-d-learn
- Re: Where is "open&... Steven Schveighoffer via Digitalmars-d-learn
- Re: Where is "o... Dennis via Digitalmars-d-learn
- Re: Where is &qu... rempas via Digitalmars-d-learn
- Re: Where is &qu... Steven Schveighoffer via Digitalmars-d-learn
- Re: Where is "o... rempas via Digitalmars-d-learn
- Re: Where is &qu... Ali Çehreli via Digitalmars-d-learn
- Re: Where is... rempas via Digitalmars-d-learn