diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-11 15:24:14 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-13 10:00:28 -0700 |
| commit | 981bf5f690d1d7c5cf3e1419ac7a7c86dbc7a4d5 (patch) | |
| tree | d586caea71713f14132ed0d78ec21077be97b91e /src/libstd/sys/unix/helper_signal.rs | |
| parent | d54bd9f29af67748b7ddf80a5cf285145949ddc2 (diff) | |
| download | rust-981bf5f690d1d7c5cf3e1419ac7a7c86dbc7a4d5.tar.gz rust-981bf5f690d1d7c5cf3e1419ac7a7c86dbc7a4d5.zip | |
Fallout of std::old_io deprecation
Diffstat (limited to 'src/libstd/sys/unix/helper_signal.rs')
| -rw-r--r-- | src/libstd/sys/unix/helper_signal.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/sys/unix/helper_signal.rs b/src/libstd/sys/unix/helper_signal.rs index ed9bd0a239f..ff29dea254f 100644 --- a/src/libstd/sys/unix/helper_signal.rs +++ b/src/libstd/sys/unix/helper_signal.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#![allow(deprecated)] + use libc; use os; |
