mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 19:27:51 +00:00
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").