Commit 5adcafb
committed
DO NOT MERGE: temporary cast fix for execvp to work with libc 0.2
The libc 0.2 signature uses *const *const c_char while libc 1.0 uses
*const *mut c_char (which is more POSIX-accurate). This cast allows
CI to pass until the libc crate is updated.
Remove this commit once libc with QuRT support is published.1 parent e5dc775 commit 5adcafb
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
| 408 | + | |
| 409 | + | |
409 | 410 | | |
410 | 411 | | |
411 | 412 | | |
| |||
0 commit comments