diff options
| author | Benjamin Lamowski <benjamin.lamowski@kernkonzept.com> | 2021-10-18 17:17:54 +0200 |
|---|---|---|
| committer | Benjamin Lamowski <benjamin.lamowski@kernkonzept.com> | 2022-03-09 11:53:27 +0100 |
| commit | cb013d480252a77233781f45273f190759471e3d (patch) | |
| tree | 4ab37c98d34f68b31e1927e5de91e75d8becfecd /library/std/src/sys/unix/process/process_unix.rs | |
| parent | 997dc5899a0549ca6a6fe007ae1150ae4fccd728 (diff) | |
| download | rust-cb013d480252a77233781f45273f190759471e3d.tar.gz rust-cb013d480252a77233781f45273f190759471e3d.zip | |
put L4Re specifics into their own platform
The initial stdlib modifications for L4Re just used the linux specifics directly because they were reasonably close to L4Re's behavior. However, this breaks when Linux-specific code relies on code that is only available for the linux target, such as in #81825. Put L4Re into its own platform to avoid such breakage in the future. This uses the Linux-specific code as a starting point, which seems to be in line with other OSes with a unix-y interface such as Fuchsia.
Diffstat (limited to 'library/std/src/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions
