reuse implementation of the system provider "unsupported"

This commit is contained in:
Stefan Lankes 2020-10-12 06:53:06 +02:00
parent 33fd08b61f
commit 30c3dadb4d
No known key found for this signature in database
GPG Key ID: 28578EBB789EF62B

View File

@ -31,6 +31,7 @@ pub mod net;
pub mod os;
pub mod path;
pub mod pipe;
#[path = "../unsupported/process.rs"]
pub mod process;
pub mod rwlock;
pub mod stack_overflow;