Skip to content
Snippets Groups Projects
Commit 48e4bb9b authored by bors's avatar bors
Browse files

Auto merge of #1577 - oxalica:statx-syscall, r=gnzlbg

Provide SYS_statx for more target_arch/target_env

Fixes #1545

The syscall `statx` is provided by Linux Kernel, so it should be available on any `target_env`/`target_arch`, not only some arch on `gnu`.

Syscall ids are got from [this commit of musl](http://git.etalabs.net/cgit/musl/commit/?id=9864f60e929100e253fc813bd4105d6dd7652787), except for hexagon, which is got from Linux Kernel (`make O=build ARCH=hexagon headers`).

**Not tested yet**
parents 2d94f3f3 d211ebff
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 4 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment