rust/library/std
Jubilee b4201d3f78
Rollup merge of #130248 - nyurik:fix-129895, r=workingjubilee
Limit `libc::link` usage to `nto70` target only, not NTO OS

It seems QNX 7.0 does not support `linkat` at all (most tests were failing). Limiting to QNX 7.0 only, while using `linkat` for the future versions seems like the right path forward (tested on 7.0).

Fixes #129895

CC: `@japaric` `@flba-eb` `@saethlin`
2024-09-11 15:53:25 -07:00
..
benches Reformat `use` declarations. 2024-07-29 08:26:52 +10:00
src Rollup merge of #130248 - nyurik:fix-129895, r=workingjubilee 2024-09-11 15:53:25 -07:00
tests rustc_target: Add SME aarch64 features 2024-08-27 11:11:47 +01:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00
build.rs Port std library to RTEMS 2024-09-03 09:19:29 +02:00