- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
Add getopt(3p) bindings for Rust
I committed my changes to swab(1) as I believe they will work, though I'm unable to test them at the moment.
$ pdpmake swab
rustc -Clink-arg=-fuse-ld=mold -Copt-level=z -Ccodegen-units=…
Add getopt(3p) bindings for Rust
I'm getting a build error on
libgetopt
:$ make build/o/libgetopt.rlib rustc --crate-type=lib --crate-name=getopt -o build/o/libgetopt.rlib src/libgetopt.rs …
docs: fixes and clarification
Please also add your copyright information to the header as per the CONTRIBUTING
file.
docs: fixes and clarification
Are these changes the proper terminology? Wikipedia differs from this: https://en.wikipedia.org/wiki/Setuid
Add getopt(3p) bindings for Rust
I was about to follow-up with the fact that -o
would fix this behavior but then I remembered we already do in fact use it already. I will rename the source file, should I rename strerror.rs to…
Add getopt(3p) bindings for Rust
The resulting rlib file will be called liblibgetopt.rlib
in this case