Commit f064e97
committed
Auto merge of #2949 - MrCroxx:xx/android-xfs-super-magic, r=JohnTitor
add xfs super magic to android targets
`XFS_SUPER_MAGIC` is defined in libc for android, but is missing in rust libc.
https://android.googlesource.com/platform/bionic/+/master/libc/include/sys/vfs.h#105
fix: #2948File tree
2 files changed
+12
-0
lines changed- libc-test/semver
- src/unix/linux_like/android
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2631 | 2631 | | |
2632 | 2632 | | |
2633 | 2633 | | |
| 2634 | + | |
2634 | 2635 | | |
2635 | 2636 | | |
2636 | 2637 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2709 | 2709 | | |
2710 | 2710 | | |
2711 | 2711 | | |
| 2712 | + | |
| 2713 | + | |
| 2714 | + | |
| 2715 | + | |
| 2716 | + | |
| 2717 | + | |
| 2718 | + | |
| 2719 | + | |
| 2720 | + | |
| 2721 | + | |
| 2722 | + | |
2712 | 2723 | | |
2713 | 2724 | | |
2714 | 2725 | | |
| |||
0 commit comments