Commit 975111f
authored
feat: add cygwin support (#2610)
* feat: add cygwin support
* Remove no_mangle
* Add check-cfg for cygwin target
* feat: full cygwin support
* feat: update libc to add cygwin support
* feat: add statfs support for cygwin
* fix: some tests for cygwin
* fix: ignore failed tests on cygwin
* Format code
* fix: mark from_i32 pub(crate)
* test: restore symlink tests on cygwin
* test: test user passwd on cygwin
* test: restore more tests on cygwin
They pass on Cygwin, but not on MSYS2 as intended.1 parent cc6b161 commit 975111f
File tree
27 files changed
+482
-72
lines changed- src
- net
- sys
- socket
- test
- sys
27 files changed
+482
-72
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
290 | 291 | | |
291 | 292 | | |
292 | 293 | | |
| |||
0 commit comments