diff options
| author | Markus Reiter <me@reitermark.us> | 2020-05-02 07:05:22 +0200 |
|---|---|---|
| committer | Markus Reiter <me@reitermark.us> | 2020-05-02 17:06:16 +0200 |
| commit | 39a97900bee062b020c93e995c3b48b48d335bf2 (patch) | |
| tree | 055e2adc1fc05191fdc56d6bdcf9903c54b0018a /src/libstd/sys | |
| parent | 7184d137f65bb8d143ce8b5b664e50d33c4b5fbd (diff) | |
| download | rust-39a97900bee062b020c93e995c3b48b48d335bf2.tar.gz rust-39a97900bee062b020c93e995c3b48b48d335bf2.zip | |
Replace `cfg` macro with attribute.
Diffstat (limited to 'src/libstd/sys')
| -rw-r--r-- | src/libstd/sys/windows/c.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/c.rs b/src/libstd/sys/windows/c.rs index 134f508dfab..6115d652b0c 100644 --- a/src/libstd/sys/windows/c.rs +++ b/src/libstd/sys/windows/c.rs @@ -216,7 +216,6 @@ pub const SOCK_STREAM: c_int = 1; pub const SOL_SOCKET: c_int = 0xffff; pub const SO_RCVTIMEO: c_int = 0x1006; pub const SO_SNDTIMEO: c_int = 0x1005; -pub const SO_REUSEADDR: c_int = 0x0004; pub const IPPROTO_IP: c_int = 0; pub const IPPROTO_TCP: c_int = 6; pub const IPPROTO_IPV6: c_int = 41; |
