Commit 99f11a8
committed
Call posix_spawnp through a wrapper functions, since the nullability changed in incompatible ways between Android NDK r27 and r28
This will allow the package to build with both r27 and r28, the former of which is currently the default on swiftlang's GitHub Actions CI.1 parent 847c107 commit 99f11a8
File tree
3 files changed
+7
-1
lines changed- Sources
- TSCBasic/Process
- TSCclibc
- include
3 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
745 | | - | |
| 745 | + | |
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
0 commit comments