servo / gaol

Cross-platform application sandboxing for Rust
Apache License 2.0
343 stars 40 forks source link

gaol hard codes syscall numbers #30

Open antonblanchard opened 8 years ago

antonblanchard commented 8 years ago

The final issue with gaol on ppc64le is that it hard codes syscall numbers. Before I go adding code to handle this in gaol, I wonder if these constants should be provided elsewhere, such as libc. Any thoughts @alexcrichton?

alexcrichton commented 8 years ago

I'd be totally down adding syscall numbers to libc!