| 1 | //! Linux-specific definitions. |
|---|---|
| 2 | |
| 3 | #![stable(feature = "raw_ext", since = "1.1.0")] |
| 4 | #![doc(cfg(target_os = "linux"))] |
| 5 | |
| 6 | pub mod fs; |
| 7 | pub mod net; |
| 8 | pub mod process; |
| 9 | pub mod raw; |
| 10 |
| 1 | //! Linux-specific definitions. |
|---|---|
| 2 | |
| 3 | #![stable(feature = "raw_ext", since = "1.1.0")] |
| 4 | #![doc(cfg(target_os = "linux"))] |
| 5 | |
| 6 | pub mod fs; |
| 7 | pub mod net; |
| 8 | pub mod process; |
| 9 | pub mod raw; |
| 10 |