about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-01-06 13:05:11 +0000
committerbors <bors@rust-lang.org>2019-01-06 13:05:11 +0000
commit6b2c3117184e9fff432e84f8d75417056d757113 (patch)
tree4674ed92b3a7bde68a84634c64a70a7cd5418f1c /src/rustllvm/RustWrapper.cpp
parente628196d41834971e70b3eb7d40a9d962b4d4da6 (diff)
parent1c4823e81c57fce3aa2770e35c70d6d474f9e98b (diff)
downloadrust-6b2c3117184e9fff432e84f8d75417056d757113.tar.gz
rust-6b2c3117184e9fff432e84f8d75417056d757113.zip
Auto merge of #57121 - glaubitz:flock-fixes, r=nagisa
flock: Use fcntl constants directly from libc crate on Unix targets

Since the values for the fcntl constants can vary from architecture
to architecture, it is better to use the values defined in the libc
crate instead of assigning literals in the flock code which would
make the assumption that all architectures use the same values.

Fixes #57007
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions