@@ -1976,13 +1976,14 @@ pub fn chroot(dir: &Path) -> io::Result<()> { |
|
|
1976 |
1976 |
|
1977 |
1977 |
pub use remove_dir_impl::remove_dir_all; |
1978 |
1978 |
|
1979 |
|
-// Fallback for REDOX, ESP-ID, Horizon, Vita and Miri |
|
1979 |
+// Fallback for REDOX, ESP-ID, Horizon, Vita, Vxworks and Miri |
1980 |
1980 |
#[cfg(any( |
1981 |
1981 |
target_os = "redox", |
1982 |
1982 |
target_os = "espidf", |
1983 |
1983 |
target_os = "horizon", |
1984 |
1984 |
target_os = "vita", |
1985 |
1985 |
target_os = "nto", |
|
1986 |
+ target_os = "vxworks", |
1986 |
1987 |
miri |
1987 |
1988 |
))] |
1988 |
1989 |
mod remove_dir_impl { |
@@ -1996,6 +1997,7 @@ mod remove_dir_impl { |
|
|
1996 |
1997 |
target_os = "horizon", |
1997 |
1998 |
target_os = "vita", |
1998 |
1999 |
target_os = "nto", |
|
2000 |
+ target_os = "vxworks", |
1999 |
2001 |
miri |
2000 |
2002 |
)))] |
2001 |
2003 |
mod remove_dir_impl { |