mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
9663de008a
Enable std locking functions on AIX
This patch enables the std locking functions on AIX by including AIX on the list of supported targets for the locking functions. Excluding AIX from the std locking functions results to compilation errors such as: ("try_lock() not supported").