about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_unix.rs
diff options
context:
space:
mode:
authorDaniel Sommermann <dcsommer@gmail.com>2022-01-28 09:28:06 -0800
committerDaniel Sommermann <dcsommer@gmail.com>2022-01-29 08:28:52 -0800
commit746b3d87b33d2524e42233b5e75babdcd379652d (patch)
tree6282e5943a5a8df40f1dbf9e22bbb7f83f18bcd2 /library/std/src/sys/unix/process/process_unix.rs
parentd08e816333281b0c0fb5a99c2c15d8084312e41a (diff)
downloadrust-746b3d87b33d2524e42233b5e75babdcd379652d.tar.gz
rust-746b3d87b33d2524e42233b5e75babdcd379652d.zip
Update compiler_builtins to fix duplicate symbols in `armv7-linux-androideabi` rlib
I ran `./x.py dist --host= --target=armv7-linux-androideabi` before this diff:
```
$ nm build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/armv7-linux-androideabi/lib/libcompiler_builtins-3d9661a82c59c66a.rlib 2> /dev/null | grep __sync_fetch_and_add_4 | wc -l
2
```
And after:
```
$ nm build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/armv7-linux-androideabi/lib/libcompiler_builtins-ffd2745070943321.rlib 2> /dev/null | grep __sync_fetch_and_add_4 | wc -l
1
```
Fixes #93310
Diffstat (limited to 'library/std/src/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions