Skip to content

Commit ffcdad7

Browse files
committed
Fix compile errors in tests on Solaris. (#1214)
1 parent 309c288 commit ffcdad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/fs/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ mod fcntl;
1212
target_os = "emscripten",
1313
target_os = "fuchsia",
1414
target_os = "redox",
15+
target_os = "solaris",
1516
target_os = "wasi"
1617
)))]
1718
mod fcntl_lock;

0 commit comments

Comments
 (0)